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