Commit 8cd2c0f6 by BellCodeEditor

save project

parent 60e38ac7
Showing with 7 additions and 5 deletions
a=[0,33,44,55,66,77]
h=["某","某1","某2","关羽"] b=35
h.pop(3) for i in range(1,len(a)):
print(h) if a[i]>b:
\ No newline at end of file a.insert(i,b)
break
print(a)
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