Q.

Which function is used to read all the characters?

A. read()
B. readcharacters()
C. readall()
D. readchar()
Answer» A. read()
Explanation: the read function reads all characters fh = open(“filename”, “r”) content = fh.read().
2.2k
0
Do you find this helpful?
12

Discussion

No comments yet