Question: Assume that a file named scores.txt exists on the computers disk. It contains a series of records, each with two fields a name, followed
Assume that a file named scores.txt exists on the computer’s disk. It contains a series of records, each with two fields – a name, followed by a score (an integer between 1 and 100). Write a program that displays the name and score of the record with the highest score, as well as the number of records in the file.
Step by Step Solution
3.38 Rating (151 Votes )
There are 3 Steps involved in it
Heres a Python program that reads the scorestxt file finds the record with the highest score display... View full answer
Get step-by-step solutions from verified subject matter experts
