Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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

About

My Python learning journey and practice projects.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages