Commit 981893a4 by BellCodeEditor

save project

parent 0e6d4150
Showing with 8 additions and 5 deletions
print("回档真快乐")
dict={"无语":1,"超级无语":2}
a=input("你想要什么东西")
a=input("你的名字是什么")
b=input("你的成绩是什么")
if a in dict:
print("你的东西"+a+"售价"+str(dict[a]))
else :
print("你的东西暂时没有")
\ No newline at end of file
if int(b)>dict[a]:
print("你的名字"+a+"的成绩为"+b)
else:
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