You are viewing a single comment's thread. Return to all comments →
scores = list(student_marks[query_name]) total = sum(scores) average = total/len(scores) print('%.2f'%average)
Seems like cookies are disabled on this browser, please enable them to open this website
Finding the percentage
You are viewing a single comment's thread. Return to all comments →