Commit 5bb2fb48 by BellCodeEditor

save project

parent f61380b3
Showing with 9 additions and 0 deletions
dict=('可口可乐'3'辣条'3)
k=input("你要什么")
if k in dict :
print("你要的"+k+str(dict[k])+"元")
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