Advertisements
Advertisements
प्रश्न
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 “bfile.dat” in write mode.
एका वाक्यात उत्तर
Advertisements
उत्तर
“wb”
file_handle = open(“bfile.dat”, “wb”)
shaalaa.com
Types of Files in Python
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
