निम्नलिखित अभिव्यक्ति का आउटपुट क्या होगा?
What will be the output of the following expression ?
a = 2
b = 8
print(a | b)
print(a >> 1)
A)
B)
C)
D)
Explanation: