Computer Science
Fill in the blanks:
Files in Python can be opened in one of the three modes — _________, _________ and _________.
Python Data Handling
1 Like
Answer
read ('r')
Answer
write('w')
Answer
append('a')
Answered By
1 Like
Related Questions
Fill in the blanks:
_________ in Python are interpreted as a sequence or stream of bytes stored on some storage media.
Fill in the blanks:
The _________ function creates a file object used to call other support methods associated with it.
Fill in the blanks:
The _________ method writes a list of strings to a file.
Fill in the blanks:
The _________ method of a file object flushes any unwritten information and closes the file object.