This is a simple Python project based on Cisco Python Essentials 1 (Module 3).
- Takes the student's name and marks as input.
- Checks the marks out of 30.
- Assigns a Grade (A+, A, B, C) and Rank based on marks.
- Handles marks over 30 by stopping the program.
- Asks the user if they want to continue or stop.
- Run the script.
- Enter the name and marks (0-30).
- Type 'yes' to add another student or 'no' to exit.