Commit 1ac8c46c by BellCodeEditor

auto save

parent 91903056
Showing with 7 additions and 2 deletions
dic{'a':} dic={'a':1,'b':2,'c':3}
\ No newline at end of file k=input("你想买点什么?")
if k in dic:
print("value:" + str(dic[k]))
else:
print("not exist")
\ 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