Computer Science, asked by dikshesh6489, 11 months ago

What are the modes a file can be opened using Python?

Answers

Answered by Anonymous
0

read only - r

write only - w

read and write - r+

create file if not exists - w+

binary - rb or wb

Answered by poplaa
0

python is very tough to learn

Similar questions