Commit 6c477076 by BellCodeEditor

auto save

parent 62834b81
Showing with 6 additions and 0 deletions
dict={'a':2,'b':3,'c':4,'d':45}
dict['f']=100
dict['d']=99
if 'c' in dict:
print(dict['c'])
\ 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