The read mode limits you to opening the file and reading what’s inside without being able to change or add to it. Write mode creates a file. Reading the file once it’s opened is done using the read() ...