From 72c86538c2c298ae6886da10d23dd6681fe76225 Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sun, 16 Jan 2022 11:34:54 +0800 Subject: [PATCH] save project --- diy.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/diy.py b/diy.py index 2e3be69..0c16963 100644 --- a/diy.py +++ b/diy.py @@ -1,8 +1,8 @@ # 神奇百货中的物品已经帮你创建好啦,接下来要看你的了~ -dict= {'可口可乐':3,'旺仔牛奶':4,'农夫山泉':1,'辣条':3,'巴西烤肉':2,'果冻':4,'乐事':5,'奥利奥':10,'巧克力':6} +dict= {'可口可乐':3,'旺仔牛奶':4,'农夫山泉':1,'辣条':3,'巴西烤肉':2,'果冻':4,'乐事':5,'奥利奥':10,'巧克力':6,'金坷垃':0} j=input("你要买什么?") if j in dict: - prink('巧克力'(dict[j])) + prink('金坷垃'(dict[j])) else: - prink() \ No newline at end of file + prink("没有了") \ No newline at end of file -- libgit2 0.25.0