Project

General

Profile

Files » 123.py

UserName LastName, 01/06/2025 06:58 PM

 
score=int(input("用户输入一个分数:"))
if 90<=score<=100:
print("A")
elif 60<=score<90:
print("B")
elif 1<=score<60:
print("C")
else:
print("超出范围")
(14-14/437)