How can you read the entire contents of a binary file in Python?
A. By using the read() method on a file object
B. By using the readlines() method on a file object
C. By using the readall() method on a file object
D. By using the readbinary() method
Answer: Option A

Join The Discussion