A Python tool that analyzes student score data from a CSV file.
- Reads student data from CSV
- Calculates min, max, and mean scores
- Identifies top and lowest scoring students
- Saves results to output file
python analyzer.pyMin Score: 55
Max Score: 95
Mean Score: 77.29
Top Student: Alice with 95
Lowest Student: Frank with 55
- Python 3
- csv module