Wednesday 9 February 2022

Python practice programs for beginners - Day 13

Python practice programs for beginners - millioninformations

 
Welcome to Day 13 of the 30 days Challenge.

Day 12 Solution:


Day 13: 

So far we have practised on

1. Variables
2. Operators
3. Control statements
4. String formatting

with the help of all these try to do the below task:

Project 1: Grade Checker Project

Get a student details such as:

Name:

School/College:

City:

Subject 1 mark :

to

Subject 5 mark:

Then calculate the following details and display them:

Total:

Average:

Pass/Fail:

Grade:

Grade Calculation based on Average value:

91 to 100 - A+

86 - 90 - A

80 - 85 - B+

79 - 84 - B

70 - 78 - C

60 - 69 - D

50 - 58 - E

Below 50 - F

Sample Output:

Python - grade checker program

Will see the solution in the next post.


1 comment :