The statement open(file_handle, “file.txt”)
Options
- opens a file for reading alone
- opens a file for reading and writing
- opens a file for overwriting
- opens a file for appending
CORRECT ANSWER : opens a file for reading alone
Write your comments