haydenkuhlman767 haydenkuhlman767 Today at 7:45 PM Computers and Technology Answered 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