Commit 0ce70aab by BellCodeEditor

save project

parent 5d860923
Showing with 13 additions and 4 deletions
# 神奇百货中的物品已经帮你创建好啦,接下来要看你的了~
dict= {"3":"可口可乐",'旺仔牛奶':4,'农夫山泉':1,'辣条':3,'巴西烤肉':2,'果冻':4,'乐事':5,'奥利奥':10,'巧克力':6}
s=input("要什么?")
s=input("m要什么?")
F=input("q要什么?")
if s in dict:
print(s+str(dict[s])+"元")
if int(s) < int(dict[s]):
dict[s]=int(F)
print("m")
else:
dict[s]=int(F)
print("没得!")
else:
print("没得!")
\ No newline at end of file
dict[s]=float(F)
print("9")
\ 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