Commit 05bebf3b by BellCodeEditor

save project

parent 136b5a33
Showing with 7 additions and 9 deletions
score=input("输入吧,骚年")
if score>90 or score==90:
print("妙啊")
else
if score>90 or score==80:
print("骚年,还可以")
else
if score>80 or score==70:
print("骚年,你好垃圾")
score=int(input("输入吧,骚年"))
if score>90 or score==90:
print("妙啊")
elif score>90 or score>=80:
print("骚年,还可以")
else:
print("骚年,你好垃圾")
......
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