β
Correct Answer: (A)
read()
Explanation: the read function reads all characters fh = open(“filename”, “r”) content = fh.read().
Explanation by: Mr. Dubey
the read function reads all characters fh = open(“filename”, “r”) content = fh.read().
Discussion
Question Analytics
287
Total Visits
3 y ago
Published
Mr. Dubey
Publisher
90%
Success Rate