Given the file dog_breeds.txt
, which of the following is the correct
way to open the file for reading as a text file?
The second positional argument of the open
function is the mode
. For more information
about what these arguments represent, see here.
Sorry! There has been an error processing your answer. Please try again.