Commit 5de19329 by BellCodeEditor

auto save

parent f1f2db5c
Showing with 2 additions and 2 deletions
...@@ -4,4 +4,4 @@ k=input("想要买什么?") ...@@ -4,4 +4,4 @@ k=input("想要买什么?")
if k in dict: if k in dict:
print("您的"+k+"一共"+str(dict[k])+"元") print("您的"+k+"一共"+str(dict[k])+"元")
else: else:
print("没有这个东西") q print("没有这个东西")
\ 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