Commit a9e53449 by BellCodeEditor

save project

parent a0138675
Showing with 5 additions and 2 deletions
...@@ -3,4 +3,7 @@ a = input('你要啥?') ...@@ -3,4 +3,7 @@ a = input('你要啥?')
if a in dict: if a in dict:
print('你要的' + a + "需要" + str(dict[a]) + '元!') print('你要的' + a + "需要" + str(dict[a]) + '元!')
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