A beginner-level Python script to read student marks from a file, calculate total and average, and identify the topper.
- Reads from
marks.txt - Calculates total & average marks
- Finds the topper
- Writes output to
results.txt
- Python (basic)
- File handling
- List & Dictionary operations