Explanation: the read function reads all characters fh = open(“filename”, “r”) content = fh.read().
Q. Which function is used to read all the characters?
β
Correct Answer: (A)
read()
Explanation by: Mr. Dubey
the read function reads all characters fh = open(“filename”, “r”) content = fh.read().
Discussion
Question Analytics
256
Total Visits
2 y ago
Published
Mr. Dubey
Publisher
91%
Success Rate