This Python script allows users to input and manage marks for multiple students. It provides an interactive console-based menu to perform operations like:
- β Input student names and their marks
- π Calculate total, average, highest, and lowest marks
- π Perform repeated operations using a loop-based menu
- β Exit the program smoothly when done
- Simple and intuitive CLI (Command Line Interface)
- Reusable logic for multiple students
- Robust handling of inputs
- Loop-based design for repeated use without restarting
- Run the script using Python:
python student_mark_analyzer.py