G
GIAC Python Coder
73 Questions
Question No. 1
What is the output of the following line of code typed into a Python interactive session?
>>> print(bin(0b101010 ^0b111000))
Choose the correct option from the given list.
01 / 73
GIAC Python Coder
73 Questions
Question No. 1
>>> print(bin(0b101010 ^0b111000))