Commit 46e6e9c7 by BellCodeEditor

save project

parent a82dddc3
Showing with 7 additions and 3 deletions
list=['1','2','3','4','5','6'] a=['0']
list.remove('2') b=['1','2','3','4','5','6']
print(list) a.extend(b[2:5])
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