What can you deduce from the following statement? (Select two answers)
str = open('file.txt', "rt")
You are going to read 16 bytes from a binary file into a bytearray called data. Which lines would you use? (Select two answers)
Which of the following lines of code will work flawlessly when put independently inside the add_new () method in order to make the snippet's output equal to [0, 1, 1] ? (Select two answers)
Assuming that the code below has been executed successfully, which of the following expressions will always evaluate to True? (Select two answers)
import random
v1 = random. random()
v2 = random. random()