Q45
What will be the output of the following Python expression if x=15 and y=12? x & y
A.
b1101
B.
0b1101
C.
12
AnswerD.
1101
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board