This is a beginner-friendly Python project that allows you to input student names and scores, and then analyze the data using basic list operations.
- Accept student names and scores
- Display all records
- Calculate average score
- Identify highest and lowest scorers
- Count pass/fail students
- Display rank list
- Clone the repository:
git clone https://github.com/your-cbrethick/Student-Score-Analyzer.git cd Student-Score-Analyzer