Starter Quiz
Question 1 of 6
1
of 6
Which method reads the entire content of a file as a single string?
Select one answer
read()
readline()
fetch()
readlines()
This method reads the whole file at once.
Need a hint?
Check