Computer Science, asked by priyangshux, 23 hours ago

Which of the following command is used to open a file “c:\part.txt” for writing only in binary format:
a. fout = open (“c:\part.txt”, “w”)
b. fout = open (“c:\\part.txt”, “wb”)
c. fout = open (“c:\part.txt”, “w+”)
d. fout = open (“c:\\part.txt”, “wb+”)​

Answers

Answered by hp3041
0

Answer:

ok

Explanation:

answer is b

i think it's helpful

Similar questions