CBSE Class 12 Computer Science Question 10 of 43

Practice Paper — Question 10

Back to all questions
10
Question

Question 10

The readlines() method returns ............... (a list of lines/a list of single characters).

Answer

The readlines() method returns a list of lines from a file.