0
Can u..say..the.output ..? Doubt....!
a=2 b=8 if(a&b): b-=1 else: a+=1 print b a&b..means..?
2 Answers
+ 3
It's the bitwise operator for AND.
a is 0010 in binary and
b is 1000 in binary.
I'm not sure if this is the correct answer but I would say a&b is 0000 which is 0.
Output : 8?
0
yuri!!! on ice is the beeeeesssssttttt