Mangolicious Mangolicious 17-05-2023 Computers and Technology contestada 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