String format : Output Format : Development PYTHON examples


PYTHON examples » Development » Output Format »

 

String format


String format: Five digits after decimal in float

floatValue = 123456.789

print "Five digits after decimal in float %.5f" % floatValue


           
       



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


PYTHON examples

 Navioo Development
» Output Format