Which statement is false?
a. In a text file, each byte is a printable character or possibly a tab or newline.
b. In order to read a file's contents within a Python script, the interpreter has to interact with the operating system first.
c. We open a file in Python using a built-in function called open().
d. None of these