Commit fb7baa5a by BellCodeEditor

auto save

parent 62af79bd
Showing with 3 additions and 0 deletions
...@@ -2,4 +2,6 @@ dicnt_hero={'人口如图':20,'个人的':29,'沟通好':37,'估计':90} ...@@ -2,4 +2,6 @@ dicnt_hero={'人口如图':20,'个人的':29,'沟通好':37,'估计':90}
print(dicnt_hero) print(dicnt_hero)
print(dicnt_hero['个人的']) print(dicnt_hero['个人的'])
dicnt_hero['个人的']=50 dicnt_hero['个人的']=50
print(dicnt_hero)
dicnt_hero['猴十']=25
print(dicnt_hero) print(dicnt_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