Python Programming Language Project
Python Programming Language Project
Hint:
Hint:
3. Grade Calculator
Create a program that takes in a student's marks for five subjects, calculates the total and
average, and prints out the grade based on the average.
Use conditionals to determine the grade (e.g., A for 90-100, B for 80-89, etc.).
Hint: