Commit 10cc740e by BellCodeEditor

save project

parent ecaaf77f
Showing with 4 additions and 4 deletions
b=['0','1','2','3','4','5','6','7','8','9']
print(b)
b.pop(-1)
print(b)
A=['吕布']
B=['1','2','3','4','5','6']
A.extend(B[2:5])
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