Commit 0f6ee9e8 by BellCodeEditor

auto save

parent d1dea8d5
Showing with 4 additions and 3 deletions
...@@ -4,5 +4,6 @@ j=input("你要买什么?") ...@@ -4,5 +4,6 @@ j=input("你要买什么?")
if j in dict: if j in dict:
print(''(dict[j])) print(''(dict[j]))
else: if j in dict:
print() 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