My Python learning journey and practice projects.
Grade Calculator helps students determine their letter grade based on their average grade.
A simple Python program that:
- Takes a student's name
- Takes three grades
- Calculates the average
- Assigns a letter grade based on the average
- Variables
- User input
- Basic arithmetic operations
- Conditional statements (
if,elif,else) - Comparison operators
- Type conversion (
float())
- Make sure Python is installed.
- Open the terminal in the project folder.
- Run the following command:
python grade_calculator.py