Commit 882792fa by BellCodeEditor

save project

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