Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 708 Bytes

File metadata and controls

34 lines (25 loc) · 708 Bytes

Python Learning

My Python learning journey and practice projects.

Projects

Grade Calculator

Grade Calculator helps students determine their letter grade based on their average grade.

What does it do?

A simple Python program that:

  • Takes a student's name
  • Takes three grades
  • Calculates the average
  • Assigns a letter grade based on the average

Concepts Practiced

  • Variables
  • User input
  • Basic arithmetic operations
  • Conditional statements (if, elif, else)
  • Comparison operators
  • Type conversion (float())

How to Run

  1. Make sure Python is installed.
  2. Open the terminal in the project folder.
  3. Run the following command:
python grade_calculator.py