Finish the code to open a file to retrieve its contents.
import csv
inFile = open('pets.txt','___')