Commit 3f7e070f by BellCodeEditor

save project

parent eb08b265
Showing with 4 additions and 2 deletions
a=['5','6','8','7'] a=['5']
a.remove('6') b=['6','2']
a.extend(b)
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