Buildin Function Python Tutorial

l = [1,2,3]
print type(l)
print l
print type(0xFF)
print type(98765432109876543210L)
print type(2-1j)