Commit 949ca480 by BellCodeEditor

save project

parent 43ff219e
Showing with 2 additions and 2 deletions
...@@ -4,4 +4,4 @@ k=input('你要买啥?') ...@@ -4,4 +4,4 @@ k=input('你要买啥?')
if k in dict: if k in dict:
print('砰!您的'+k+'要'+str(dict[k])+'元') print('砰!您的'+k+'要'+str(dict[k])+'元')
else: else:
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