0

python

a,b=43,7 print(a&b) print(a|b) # o/p:- 3 #o/p:-47 # can some one explain this

4th Oct 2022, 5:19 AM
Amol Bhandekar
Amol Bhandekar - avatar
1 Answer
+ 2
You will find this intro useful to guide you understanding this subject https://www.sololearn.com/learn/4070/?ref=app
4th Oct 2022, 5:41 AM
Ipang