Commit 34d6320c by BellCodeEditor

save project

parent ea780ac2
Showing with 1 additions and 1 deletions
dict={'可口可乐'3'旺仔牛奶'4} dict={'可口可乐':3,'旺仔牛奶':4}
k=input("弄啥嘞") k=input("弄啥嘞")
if k in dict: if k in dict:
print(k+str(dict[k])+"yuan") print(k+str(dict[k])+"yuan")
......
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