String output format: %e, %f, %g and
x = 1.23456789 print '%e | %f | %g' % (x, x, x) print "%s" % x, str(x)