Skip to content

Instantly share code, notes, and snippets.

View javonn13's full-sized avatar
🤑
My mind on my money and my money on my mind...

Javonn Liner javonn13

🤑
My mind on my money and my money on my mind...
View GitHub Profile
score = float(input("Enter Your Score"))
if (score >=100):
print("Wrong Input")
elif score>=90:
print("Your Grade is A")
elif score>=80:
print("Your Grade is B")
elif score>=70:
print("Your Grade is C")
elif score>=60: