Discover the best answers at Westonci.ca, where experts share their insights and knowledge with you. Discover detailed answers to your questions from a wide network of experts on our comprehensive Q&A platform. Explore comprehensive solutions to your questions from a wide range of professionals on our user-friendly platform.

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")

Sagot :

Answer:

aFile = open("books.txt","r")

Explanation: