Commit 5c5ba4c2 by BellCodeEditor

save project

parent ebf646e3
Showing with 8 additions and 1 deletions
print("回档真快乐")
dict={"无语":1,"超级无语":2}
a=input("你想要什么东西")
if a in dict:
print("你的东西"+a+"售价"+str(dict[a]))
else :
print("你的东西暂时没有")
\ 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