Commit bba74858 by BellCodeEditor

save project

parent 73eca6ab
Showing with 3 additions and 0 deletions
a={'kunkun':77,'sushan':77} a={'kunkun':77,'sushan':77}
a['kunkun']=8989 a['kunkun']=8989
print(a['kunkun']) print(a['kunkun'])
if 'kunkun' in a:
print('kunkun',a['kunkun'])
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