Commit 7da6cae6 by BellCodeEditor

save project

parent a8817347
Showing with 6 additions and 2 deletions
......@@ -6,4 +6,8 @@ dict_hero['王猛']=88
print(list_hero)
print(dict_hero)
dict_hero['李四']=90
print(dict_hero)
\ No newline at end of file
print(dict_hero)
lll=0
for 李四 in dict_hero:
lll+=1
print("第"+str(lll)+"次")
\ 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