Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
69936876 authored Jun 29, 2023
1 parent 7f14e1f commit 9090082
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions 成绩.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
score = int(input("请输入成绩:"))
if score>=90:
print("A")
elif score>=75:
print("B")
elif score>=60:
print("C")
elif score<60:
print("D")
print("程序运行结束,请重启")

0 comments on commit 9090082

Please sign in to comment.