['apple', 'banana', 'cherry']
0
..append()
to add items to the end of the list.len()
to find the number of elements in a list.range()
range()
range()
generates a sequence of numbers..append()
: Adds an item to the end..remove()
: Removes a specific item..insert()
: Inserts an item at a specific index..pop()
: Removes and returns the last item or the item at a specific index.Seminar: LLM, WiSe 2024/25