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