Commit f9220ac8 by BellCodeEditor

auto save

parent 9ed85b40
Showing with 7 additions and 0 deletions
store={"苹果":100,"梨":78}
a=input("你要买啥?")
if a in store:
print("你要买的"+a+"是"+str(store[a])+"元")
else:
print("缺货")
\ 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