0
How do I open the file in binary write mode?
open("test.txt", "w ") ?
10 Réponses
+ 12
open("test.txt","wb")
+ 6
It is covered in the lesson, you'll get to it eventually:
https://www.sololearn.com/learn/JUMP_LINK__&&__Python__&&__JUMP_LINK/2445/
+ 1
b
+ 1
Guys I am in module 5 quiz and needs to fill the write code for "Open the file in binary write mode."
I used everything
b
"b"
wb
"wb"
open(file,"wb")
open"test.txt","wb")
f = open("test.txt","wb")
Nothing works.
0
https://youtu.be/Tg4Du8eUFw8
this is my youtub channel in which full python tutorial course
0
the answer is; 'b'
0
0
1. "wb")
is correct answer
0
q) open the file in binary write mode?
ans: open("test.txt","wb")
0
I have tried many items like rafail listed, and even the top voted answer, and Sololearn is marking it wrong. There is something broken with the Module 5 Quiz.
I cannot get past this lesson because of this. Any help?