Commit 2c164c1f by BellCodeEditor

save project

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