10 Write the output of the following expression
print(4+6)
print("4" + "6")
+
Answers
Answered by
0
Answer:
4 is 100 in binary and 11 is 1011. What is the output of the following bitwise operators?
a = 4
b = 11
print(a | b)
print(a >> 2)
Explanation:
plz make me brainliest
Similar questions