Computer Science, asked by sufisayed4798, 6 months ago

By default python opens in which mode

Answers

Answered by AdrikaBhadauria
1

Answer:

default mode

Explanation:

Answered by ItzGuriSidhu
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