Loading Python
Setting up environment...
Loading...
📝 Editor
1
append() adds at the end, insert() at a specific position. pop() removes and returns an element. clear() empties the list.
Loading Python environment...