PyQuizMaster
Quiz Days
Quizzes
Leaderboard
About
Courses
File Handling & Regular Expressions Quiz
Question 1 of 20
Which mode opens a file for both reading and writing in Python?
'r'
'w'
'r+'
'a'
Next