Commit f6d304a6 by BellCodeEditor

save project

parent 80fd6b00
Showing with 6 additions and 3 deletions
b=['A','B','C','D']
b.pop(3)
b.pop(-1)
a=['A']
b=['B','C']
a.extend(b)
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