oct function convert value to oct integer number : Oct : Buildin Function PYTHON TUTORIALS


PYTHON TUTORIALS » Buildin Function » Oct »

 

oct function convert value to oct integer number


print oct(255)
print oct(23094823l)
print oct(65535*2)



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


PYTHON TUTORIALS

 Navioo Buildin Function
» Oct