- A Opens a text file named python.txt to read from or write to
- B Opens a text file named python.txt to read
- C Opens a text file named python.txt to write
- D Opens a new file named python.txt to append
Python Programming Language MCQ Python File Handling
⚠ Report ✓ Question Verified Copy Link
x = open('python.txt', 'r+')
Learn More MCQ Questions from Python Programming Language MCQ Python File Handling