Qtkbfg77utgo Qtkbfg77utgo Computers and Technology Answered 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")