Python | File handling quiz | Question 3

Last Updated :
Discuss
Comments

Which method is used to read the entire content of a file as a string?

read()

read_all()

read_full()

readfile()

Share your thoughts in the comments