Kizspy | Question: 17
(Choose 3 answers)
Which of the following are essential steps in reading a file in Python? Choose correct answers.
A. Opening the file using the open function
B. Reading the content using a method like readline or read
C. Closing the file using the close method
D. Declaring the file type before reading
E. Using the file.readlines() method exclusively