Computer Science, asked by ebbindaniel007, 1 month ago

10 Write the output of the following expression
print(4+6)
print("4" + "6")
+​

Answers

Answered by mecwankhushi
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