Commit 249919f2 by BellCodeEditor

save project

parent db479278
Showing with 2 additions and 2 deletions
...@@ -3,4 +3,4 @@ k=input('你想买什么?') ...@@ -3,4 +3,4 @@ k=input('你想买什么?')
if k in dict if k in dict
print(k+'共'+str(dict[k])+) print(k+'共'+str(dict[k])+)
else: else:
print('sb,滚!') print('sb,滚!')
\ 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