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


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement