Commit b4402f0c by BellCodeEditor

save project

parent dfd35430
Showing with 0 additions and 7 deletions
...@@ -4,10 +4,4 @@ k=input('你想买什么东西') ...@@ -4,10 +4,4 @@ k=input('你想买什么东西')
if k in dict: if k in dict:
print("您买的的"+k+"需要支付"+str(dict[k])+"元") print("您买的的"+k+"需要支付"+str(dict[k])+"元")
else: else:
k=input("您要的东西缺货") k=input("您要的东西缺货")
\ 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