Commit 5de19329 by BellCodeEditor

auto save

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