qtkbfg77ut qtkbfg77ut 07-01-2021 Computers and Technology contestada Question #1 Multiple Choice Which statement opens a text file so that you can retrieve the information it contains? aFile = open("books.txt", "a") aFile = open("books.txt","w") aFile = open("books.txt", "s") aFile = open("books.txt","r")