Multiple Choice
The ____ method returns the contents of the entire file as a list of strings, where each item in the list represents one line of the file.
A) read
B) readline
C) readall
D) readlines
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q11: When using the format method with a
Q12: If the condition in a while loop
Q13: The read(n) method will read and return
Q14: What is an infinite loop?
Q15: What statement is used to close a
Q17: How would you use a for loop
Q18: What command is used to open a
Q19: Describe the format of a CSV file.
Q20: You must have more than one for
Q21: Using JSON, data is formatted most like