Q. Which function is used to read n bytes of information from a text file in python?
β
Correct Answer: (B)
file.read(n)
You must be Logged in to update hint/solution