SUPARN PATRA
Schools
Exams
Paths
Blog
Quizzes
Tools
Playground
About
Home
/
Quizzes
/
Python Path
/
Text Files
Python Path
Text Files
5 questions
Question 1 of 5
Score:
0
/ 0
Which opens file for reading?
A
open('f.txt', 'w')
B
open('f.txt', 'r')
C
open('f.txt', 'a')
D
read('f.txt')
← Back to lesson notes