Score = input('Enter your grade from 0.7 to 1.0: ')
print("Received input is: ", Score)
if Score >= 0.9:
print("A")
elif Score >= 0.8 and Score < 0.9:
print("B")
elif Score >= 0.7 and Score < 0.8:
print("C")
elif Score >= 0.6 and Score < 0.7:
print("D")
else:
print('F')
if Score != range(0.6 and 1.0): # how to do it in Python? print('Bad score')
Answers
Answered by
0
Answer:
I can't answer your q uestion because I can understand the language please re post it
Similar questions
English,
6 months ago
Computer Science,
6 months ago
Economy,
6 months ago
Math,
11 months ago
Physics,
1 year ago