CBSE Class 12 Computer Science
Question 119 of 136
Data File Handling — Question 7
Back to all questionsTrue
Reason — When a file is opened for reading using r mode (text files) or rb mode (binary files), if the file does not exist, Python will raise FileNotFound error.