CBSE Class 12 Computer Science Question 120 of 136

Data File Handling — Question 8

Back to all questions
8
Question

Question 8

The default file open mode is write mode.

Answer

False

Reason — The default file open mode in Python is read mode ('r'). If the mode is not specified when opening a file, Python assumes it to be in read mode by default.