String format: Five digits after decimal in float
floatValue = 123456.789 print "Five digits after decimal in float %.5f" % floatValue