Commit d636ec57 by BellCodeEditor

save project

parent b697efb5
Showing with 2 additions and 2 deletions
...@@ -4,4 +4,4 @@ i=input("你要买几个?") ...@@ -4,4 +4,4 @@ i=input("你要买几个?")
if j in dict: if j in dict:
prink("买"+ k "需要付款"+str(int(x)*(dict[k]))+"元".) prink("买"+ k "需要付款"+str(int(x)*(dict[k]))+"元".)
else: else:
prink("还没有此商品,敬请期待~" prink("还没有此商品,敬请期待~")
\ No newline at end of file \ 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