You are going to read 16 bytes from a binary file into a bytearray called data.
Which lines would you use? (Select two answers)
A . data = bytearray (16) bf.readinto (data)
B . data = binfile.read (bytearray (16))
C . bf. readinto (data = bytearray (16))
D . data = bytearray (binfile.read (16))
Answer: A,D
Explanation:
https://docs.python.org/3/library/functions.html#func-bytearray https://docs.python.org/3/library/io.html
Latest PCAP-31-03 Dumps Valid Version with 109 Q&As
Latest And Valid Q&A | Instant Download | Once Fail, Full Refund