Commit cd5a222a by BellCodeEditor

save project

parent 2d5d60ee
Showing with 434 additions and 0 deletions
b=['wc','11','wcc',22,'wccc',55,'wccccc',77,'wcccccc',88]
name='王强'
power=66
for i in range(len(b)):
if i%2==1 and b[i]>=power:
b.extend(i-1,name)
b.extend(i,p)
break
print(b[6:12])
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