Which of these statements are true? Select 2 options.

Python can only be used with files having ".py" as an extension.

In a single program, you can read from one file and write to another.

The new line character is "\newline".

If you open a file in append mode, the program halts with an error if the file named does not exist.

If you open a file in append mode, Python creates a new file if the file named does not exist.

Respuesta :

Answer:

In a single program you can read from one file and write another

If you open a file in append mode, Python creates a new file if the named does not exist

Explanation:

Edg 2021 also if you go back and read the text the answers are there