Numbers can be integers or floating point. e.g.:
1 -77777 3.14159265 1.5e+12
Complex numbers, hexadecimal & octal numbers, and 'long' integers are also supported.
>>> print 0xff 255 >>> print 1j * 1j (-1+0j)