Commit f100bde8 by BellCodeEditor

save project

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