Commit 726ced4f by BellCodeEditor

save project

parent b1bf7a30
Showing with 6 additions and 2 deletions
cat={"小奥":12,"大李":96,"小紫":100}
cat={"小奥":12,"大李":96,"小紫":100}
i=(" ")
\ No newline at end of file
...@@ -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