Computer Science, asked by bushhhhhh5518, 11 months ago

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 abcx33855
0

Answer:

I can't answer your q uestion because I can understand the language please re post it

Similar questions