Computer Science
Fill in the blanks:
The _________ file mode will open a file for write and read purpose.
Python File Handling
1 Like
Answer
w+ or a+
Answered By
2 Likes
Related Questions
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.
Fill in the blanks:
To close an open file, _________ method is used.
Fill in the blanks:
To read all the file contents in the form of a list, _________ method is used.