Commit 9d3ceeac by BellCodeEditor

save project

parent 58438354
Showing with 2 additions and 1 deletions
...@@ -4,5 +4,5 @@ k=input('你想买什么') ...@@ -4,5 +4,5 @@ k=input('你想买什么')
if k in dict: if k in dict:
print('叮咚,你的'+k+'需支付'+str(dict[k])+'元') print('叮咚,你的'+k+'需支付'+str(dict[k])+'元')
else: else:
print(0327) print('0327')
\ 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