I\'m trying to add items to a list that are from another file.
This is what I have so far:
book_list = open("books.txt") book_titles = []