Commit 43f13c3b by BellCodeEditor

save project

parent 20c45605
Showing with 2 additions and 2 deletions
......@@ -4,4 +4,4 @@ k=input("你想要什么")
if k in dict:
print("你的"+k+"要"+str(dict[k]+"元"))
else:
print("你想买的"+k"不在这里")
\ No newline at end of file
print("你想买的"+k+"不在这里")
\ 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