What is the output of the following line of code typed into a Python interactive session?
>>> print(bin(0b101010 ^0b111000))
A. 0b10101
B. 18
C. 0b10010
D. 0b101101
What is the output of the following line of code typed into a Python interactive session? >>> print(bin(0b101010 ^0b1110
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
What is the output of the following line of code typed into a Python interactive session? >>> print(bin(0b101010 ^0b1110
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!