Commit e5f930d3 by BellCodeEditor

save project

parent 1861014b
Showing with 6 additions and 6 deletions
name='刘强' name=input('n你名字?')
power=66 power=int(input('n你臂力?'))
hero=['赵一',33,'丁二',44,'张三',55,'孙四',88,'王五',99] hero=['赵一',33,'丁二',44,'张三',55,'孙四',88,'王五',99,123]
for in range(len(hero)) for in range(len(hero))
if i%2==1 and hero[i]>=power: if i%2==1 and hero[i]>=power:
hero.insert(i-1,name) hero.insert(i-1,name)
hero.insert(i,power hero.insert(i,power)
break break
print(hero) print(hero[-6:])
\ No newline at end of file \ 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