Commit 92eb41b0 by BellCodeEditor

save project

parent c41125ad
Showing with 4 additions and 0 deletions
......@@ -2,3 +2,6 @@ dict_hero=('sb':100000000000000000000,'mnb':1092897348767869826,'hz':100,'猴七
print(dict_hero)
print(dict_hero['sb'])
dict_hero['mnb']=101
print(dict_hero)
dict_hero['hz']=64
print(dict_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