Commit 493ba04f by BellCodeEditor

auto save

parent 084424e2
Showing with 4 additions and 1 deletions
d_char = {'A':1,'B':2,'C':3}== d_char = {'A':1,'B':2,'C':3}
d_char['B'] = 3 d_char['B'] = 3
d_char['D']=4
if 'D' in d_char:
print(d_char['D'])
print(d_char) print(d_char)
......
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