Commit f1799bcf by BellCodeEditor

save project

parent d127522e
Showing with 2 additions and 1 deletions
...@@ -3,6 +3,6 @@ dict= {'可口可世':3,'旺仔牛B':4,'农夫山贼':1,'卫虫辣条':3,'牢大 ...@@ -3,6 +3,6 @@ dict= {'可口可世':3,'旺仔牛B':4,'农夫山贼':1,'卫虫辣条':3,'牢大
j=input("你要买什么?") j=input("你要买什么?")
if j in dict: if j in dict:
prink('巧克力'(dict[j])) prink('巧克力'(dict[j]))
踩踩踩踩踩踩踩踩踩踩踩踩 尺寸
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