Commit ac550b42 by BellCodeEditor

save project

parent 45974fdf
Showing with 10 additions and 0 deletions
name="张三"
power=" 64"
hero=["赵毅",35,"丁然",47,"傻逼",55,"儿子",65,"大傻逼",87]
for i in range (len(hero)):
if i%2==1 and hero[i]>=power:
hero.insert(i-1,name)
hero.insert(i,power)
break
print(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