Commit 7da6cae6 by BellCodeEditor

save project

parent a8817347
Showing with 5 additions and 0 deletions
...@@ -7,3 +7,7 @@ print(list_hero) ...@@ -7,3 +7,7 @@ print(list_hero)
print(dict_hero) print(dict_hero)
dict_hero['李四']=90 dict_hero['李四']=90
print(dict_hero) 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