- A readable
- B writable
- C True
- D False
Python Programming Language MCQ Python File Handling
⚠ Report ✓ Question Verified Copy Link
x = open('python.csv', 'w')
print(x.writable())
Learn More MCQ Questions from Python Programming Language MCQ Python File Handling