Commit 8f551723 by BellCodeEditor

save project

parent 0db28b07
Showing with 9 additions and 0 deletions
a='6'
b=66
abb=['1',30,'2',37,'3',52,'4',89,'5',98]
for i in range(len(abb)):
if i%2==1 and abb[i]>=b:
hero.insert(i-1,a)
hero.insert(i,b)
print(abb)
\ 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