Commit 2f7b925c by BellCodeEditor

auto save

parent cd117b20
Showing with 3 additions and 2 deletions
...@@ -4,4 +4,5 @@ k=input("你想要什么?") ...@@ -4,4 +4,5 @@ k=input("你想要什么?")
if k in dict: if k in dict:
print("叮咚,"+k+"还有货哦~") print("叮咚,"+k+"还有货哦~")
else: else:
print("对不起,商品"+k+"缺货哦~") print("对不起,商品"+k+"缺货哦~")
\ 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