decimal = 57.1 decimalWithE = 5710E-2 hexadecimal = 0x39.1999999999 print decimal print decimalWithE print hexadecimal