oct function convert value to oct integer number : oct « Buildin Function « Python Tutorial






print oct(255)
print oct(23094823l)
print oct(65535*2)
13.35.oct
13.35.1.oct function convert value to oct integer number