access the type : Type : Buildin Function PYTHON TUTORIALS


PYTHON TUTORIALS » Buildin Function » Type »

 

access the type


l = [1,2,3]
print type(l)
print l

print type(0xFF)
print type(98765432109876543210L)
print type(2-1j)



Leave a Comment / Note


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


PYTHON TUTORIALS

 Navioo Buildin Function
» Type