haydenkuhlman767 haydenkuhlman767 16-02-2022 Computers and Technology contestada Read the following Python code: day = 12 binaryDay = bin(day) print(binaryDay) Which of the following is the correct output? (5 points) Group of answer choices 0b1100 0d1100 0p1100 0x1100