Commit b9bd43fe by BellCodeEditor

auto save

parent 17fc3fba
Showing with 5 additions and 2 deletions
...@@ -4,4 +4,8 @@ j=input("你要买什么?") ...@@ -4,4 +4,8 @@ j=input("你要买什么?")
if j in dict: if j in dict:
print('叮咚~您的'+j+'需要支付'+str(dict[j])+'元~') print('叮咚~您的'+j+'需要支付'+str(dict[j])+'元~')
else: else:
prink('神奇百货暂未有你想要的物品,敬请期待~') prink('神奇百货暂未有你想要的物品,敬请期待~')
\ 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