Commit e17c73d3 by BellCodeEditor

save project

parent bcb93a85
Showing with 4 additions and 3 deletions
a=['kunkun':77,'sushan':77]
print(len(a))
\ No newline at end of file
a={'kunkun':77,'sushan':77}
a['kunkun']
print(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