I am getting error in Hackerrank for following code.Please Help


Sample Input 0

3 Krishna 67 68 69 Arjun 70 98 63 Malika 52 56 60 Malika

Sample Output 0

56.00

1 Like

@dk89990

What error you are getting in this … pls provide the screenshot.

provide the full question and error you are getting

if you need exactly two decimal places use this line
print(‘{:.2f}’.format(average_marks))