Bright Tutorials
Home
Courses
Solutions
Videos
Q&A
Blogs
Downloads
Login
Enquiry
Home
Solutions
CBSE
Class 12
Computer Science
Data File Handling
Question 3
CBSE
Class 12
Computer Science
Question 12 of 136
Data File Handling — Question 3
Back to all questions
3
Question
Question 3
Files in Python can be opened in one of the three modes —
read ('r')
,
write('w')
and
append('a')
.
Answer
Previous
Question 2
Next
Question 4