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