how to print a double to a single decimal place in python code example
Example: how to print answer 2 decimal places in python 3
print("{0:.2f}".format(sum(student_marks[query_name])/3))
print("{0:.2f}".format(sum(student_marks[query_name])/3))