What are the modes a file can be opened using Python?
Answers
Answered by
0
read only - r
write only - w
read and write - r+
create file if not exists - w+
binary - rb or wb
Answered by
0
python is very tough to learn
Similar questions