Commit 8cd2c0f6 by BellCodeEditor

save project

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