Commit 6f334bd0 by BellCodeEditor

save project

parent 7aaea36a
Showing with 3 additions and 2 deletions
a=["1"] a=["1"]
b=["2"] b=["1","2","3","4","5"]
a.extend(b) a.append(b[1:4])
print(a) print(a)
\ No newline at end of file
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