I Haz Codes
Using a set of IF statements you need to write a simple python program which will work out your grade on a test.
The grade boundaries are –
The program should do the following –
Hint – You will need to use elif instead of if when you add each additional if statement.
score = int(input("Please enter a score - "))
if score >= 81:
print("A")
elif .......

You need to log in or create an account to submit code!
| minamekic | ibrahim-rafiq |
| shinx284680 | comp-genus |
| krishmistry | suprememugwump |
| luke | jaris1999 |
| meelas | declangrant98 |
Leave a Reply