Commit 018a5187 by BellCodeEditor

save project

parent 7c4f765c
Showing with 4 additions and 0 deletions
dict_a={'A':12,'B':15}
dict_a['C']=99
if 'B' in dict_a:
print(dict_a['B'])
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