Commit 19839709 by BellCodeEditor

save project

parent 80d6aca5
Showing with 6 additions and 5 deletions
a=['吕布'] hero=["搜索",33,"阿萨",43,"韩国",99]
b=['袁术','公孙瓒','关羽','张飞','刘备','曹操'] for i in range(len(hero)):
c=b[2:5] if i%2==1 and hero[i]>=power
print(c) hero.insert(i-1,name)
\ No newline at end of file hero.insert(i,power)
\ 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