By default python opens in which mode
Answers
Answered by
1
Answer:
default mode
Explanation:
Answered by
25
Answer:
The access modes available for the open() function are as follows: r : Opens the file in read-only mode. Starts reading from the beginning of the file and is the default mode for the open() function. rb : Opens the file as read-only in binary format and starts reading from the beginning of the file.
Similar questions