acarr4949 acarr4949 20-02-2024 Computers and Technology contestada Read the following Python code:age = 17binaryAge = bin(age)print(binaryAge)Which of the following is the correct output?A) 0a10001B) 0b10001C) 0d10001D) 0x10001