Commit bcaef747 by BellCodeEditor

save project

parent 43d72444
Showing with 9 additions and 0 deletions
name=刘强
f=98
hero=['q','76','s','77','d','80','f','87','i','97']
for i in range(len(hero))
if i%2==1 and hero[i]>f:
hero.insert(i-1,name)
hero.insert(i,f)
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