Mangolicious Mangolicious Today at 12:20 PM Computers and Technology Answered Read the following Python code: pets = 2 binaryPets = bin(pets) print(binaryPets) Which of the following is the correct output? (5 points) 0b10 0d10 0p10 0x10