Commit e202e584 by BellCodeEditor

save project

parent c2b6e984
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']
c=b[1:3] c=b[1:3]
a.extend('1''2''3') a.extend(c)
print(a) 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