Exercise: Extracting all the Students With Marks Greater Than Ten
Explore how to write a Python function that reads a text file containing student quiz scores and returns those with total marks exceeding ten. Learn to handle file input, parse data, and apply conditional logic to filter results effectively.
We'll cover the following...
We'll cover the following...
Problem statement
You have been provided with a text file that contains the names of students along with their marks for four different quizzes, each graded out of five (5). This text file has content ...