Commit d11b9993 by BellCodeEditor

auto save

parent 1cb23671
Showing with 2 additions and 2 deletions
...@@ -4,4 +4,4 @@ a = input('你要啥?') ...@@ -4,4 +4,4 @@ a = input('你要啥?')
if a in dict: if a in dict:
print('商品',a,'售价:',dict[a],'元') print('商品',a,'售价:',dict[a],'元')
else: else:
print('没有'a) 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