Commit db86b4c8 by BellCodeEditor

auto save

parent e81a091b
Showing with 7 additions and 0 deletions
dict={"123":3,"张三":56}
dict["李四"]=43
print(dict)
k=input("你要找的东西")
if k in dict:
print(k+"在字典里"+"他的值是"+str(dict[k]))
\ 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