String Python Tutorial

x = 1.23456789
print x
print '%e | %f | %g' % (x, x, x)