Commit d19d397f by BellCodeEditor

save project

parent a037e34b
Showing with 12 additions and 0 deletions
a=int(input("输入分散"))
if 91<a<100:
print("A")
elif 81<a<90:
print("B")
elif 71<a<80:
print("C")
elif 61<a<70:
print("D")
else 0<a<60:
print("E")
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment