Advertisements
Advertisements
Question
Write the file mode that will be used for opening the following file. Also, write the Python statement to open the following file:
a binary file “btry.dat” in read only mode.
One Line Answer
Advertisements
Solution
“rb”
file_handle = open(“btry.dat”, “rb”)
shaalaa.com
Types of Files in Python
Is there an error in this question or solution?
