Commit 5ec5cd6c by BellCodeEditor

save project

parent 8bdce30d
Showing with 2 additions and 2 deletions
name='刘强' name='刘强'
power=66 power=-1
hero=['董文轩',-1,'郭强',98,'赵云',99] hero=['董文轩',100,'郭强',100,'赵云',999]
for i in range(len(heor)): for i in range(len(heor)):
if i%2==1 and hero[1]>=power: if i%2==1 and hero[1]>=power:
hero.insert(i-1,name) hero.insert(i-1,name)
......
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