Which of the following statements will read the entire content of a file referenced by the file object f?
1
f.readall()
2
f.read()
3
f.readline()
4
f.read( * )
Which of the following statements will read the entire content of a file referenced by the file object f?
f.readall()