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…