- 4
Drag and drop from the options below to open a file called "test.bin" in binary read mode.
file = open( , ) "test.txt" "rb" "w" "test.bin" "b" "r" What will be the answer?
8 ответов
+ 5
"test.bin","rb"
+ 2
"test.bin"&"rb"
0
Its "testbin" &r
0
"test.bin" & "rb"
0
it "test.bin" & "rb" answer
0
"test.bin","rb"
- 1
That Is the wrong answer
- 4
"test.bin" & "r"