Commit 51e42ddd by BellCodeEditor

save project

parent 87be3438
Showing with 8 additions and 0 deletions
dist_hero={'猴三':11,'猴一':6,'猴五':9,'猴队长':8,'猴七':6}
print(dist_hero)
print(dist_hero['猴七'])
dist_hero['猴队长']=777
print(dist_hero)
dist_hero['猴十']=25
print(dist_hero)
\ 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