You are viewing a single comment's thread. Return to all comments →
long=len(student_marks[query_name]) total=sum((list(map(float, student_marks[query_name])))) print(f"{(total/long):.2f}")
this is how i did it :)
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 →
this is how i did it :)