Commit ad2c740c by BellCodeEditor

save project

parent ff8728d7
Showing with 2 additions and 0 deletions
......@@ -3,3 +3,4 @@ dict= {'å¯å£å¯ä¹':3,'旺仔牛奶':4,'农夫山泉':1,'è¾£æ¡':3,'巴西烤è
k=input("请输入商品")
if k in dict:
print('一共'+str(dict[k])+"元")
dict.pop("农夫山泉")
\ 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