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