Choose the character you would use in the blank for the mode described. open ("fruit.txt","_____")
To write to a new file, use ______.
-r, a, w.
To read a file, use _______.
-a, w, r.
To add text to an existing file, use _______.
-a, r, w.