Commit 07969902 by BellCodeEditor

save project

parent cc86b844
Showing with 4 additions and 1 deletions
...@@ -3,6 +3,8 @@ dict= {'銋':3,'隞扒':4,'井撅望':1,'颲':3,'撌渲正 ...@@ -3,6 +3,8 @@ dict= {'銋':3,'隞扒':4,'井撅望':1,'颲':3,'撌渲正
j=input("你要买什么?") j=input("你要买什么?")
if j in dict: if j in dict:
prink('巧克力'(dict[j])) prink('巧克力'(dict[j]))
if k in score:
score[k]=int[v]
print(k+'涨价了,我们不买')
else: else:
prink(敬请期待) prink(敬请期待)
\ 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