Commit ea0a0580 by BellCodeEditor

auto save

parent 07ef43ed
Showing with 10 additions and 0 deletions
name='ikun'
a=55
b=['张三',33,'李四',39,'王五',45,'赵六',49,'梁七',53,'周亮',59,'丁二',66,'赵一',10000000000000000000000000000000]
for i in range(len(b)):
if i%2==1 and b[i]>=a:
b.insert(i-1,name)
b.insert(i,a)
break
print(b)
\ 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