Answers for "print 2 decimal places"

2

print 2 decimal places python

print("{0:.2f}".format(sum(query_marks)/len(query_marks)))
Posted by: Guest on May-09-2020
0

to print with x decimal places

print('%.xf'%s)
Posted by: Guest on May-06-2021

Code answers related to "print 2 decimal places"

Python Answers by Framework

Browse Popular Code Answers by Language