Commit c362a167 by BellCodeEditor

save project

parent 027da733
Showing with 3 additions and 1 deletions
......@@ -9,5 +9,6 @@
# break
print(list_hero)
# 请注释掉上面的代码,并在下一行创建一个名为dict_hero的字典
dict_hero=('老师':250,'龚坤坤';2500,'鱼子酱':250000,'老六':114514)
dict_hero={'老师':250,'龚坤坤';2500,'鱼子酱':250000,'老六':114514}
print(dict_hero)
dict_hero{'老师'=250000000000000000000000000000000000000000000000000000000000000000000000000000000}
\ 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