Examveda

What will be the output of the following Python expression if x=15 and y=12?
x & y

A. b1101

B. 0b1101

C. 12

D. 1101

Answer: Option C


This Question Belongs to Python Program >> Bitwise And Boolean

Join The Discussion

Related Questions on Bitwise and Boolean