#8Multiple Choice
What is the output of the following line of code typed into a Python interactive session?
>>> print(bin(0b101010 ^0b111000))
What is the output of the following line of code typed into a Python interactive session?
>>> print(bin(0b101010 ^0b111000))