Computer Science
Fill in the blanks:
The two types of data files can be _________ files and _________ files.
Python File Handling
2 Likes
Answer
text
Answer
binary
Answered By
2 Likes
Related Questions
Fill in the blanks:
The default file-open mode is _________ mode.
Fill in the blanks:
A _________ governs the type of operations (e.g., read/write/append) possible in the opened file.
Fill in the blanks:
The _________ file mode will open a file for read and write purpose.
Fill in the blanks:
The _________ file mode will open a file for write and read purpose.