Загрузка данных


#f result2[' price'] ›= 90:
score = 67
if score ›= 90:
result4 = "Отлично"
elif score ›= 75:
result4 = "Хорошо"
elif score ›= 60:
result4 = "Удовлетворительно"
else:
result4 = "Неудовлетворительно"
print (result4)