Untitled
plain_text
2 months ago
217 B
0
Indexable
Never
# f) A list operation that is legal but does the "wrong" thing, and not what the programmer expects book_titles = "Emma Night Lolita Dracula".split() book_titles = book_titles.append('Hamplet') print(book_titles)