Python Project
🐍 Build a Student Manager
Project: build a console-based student management system.
Medium
100 pts
Ready to build?
Submit your solution
Write your code, add a demo or GitHub link, and submit to earn 100 points.
✎
CodePaste your full solution
🔗
Share linksGitHub / live demo (optional)
✓
SubmitStatus shows instantly
Description
Project: build a console-based student management system.
Requirements
1. Add students (name, grade, class)
2. List all students sorted by grade
3. Search for a student by name
4. Delete a student
5. Show the class average
6. Main menu loop that keeps running until Exit
2. List all students sorted by grade
3. Search for a student by name
4. Delete a student
5. Show the class average
6. Main menu loop that keeps running until Exit