We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
Finding the percentage
Finding the percentage
Sort by
recency
|
3793 Discussions
|
Please Login in order to post a comment
use is condition
average =sum(student_marks[query_name])/len(student_marks[query_name]) print(f"{average:.2f}")