+ 1
Show some love for bitwise operators
Does anyone have good examples of uses of bitwise operators? Post them here! Thereâs a Python challenge that asks which of **, +, ~, and â> are valid Python operators, and the answer doesnât include ~! Apparently, Pythonâs bitwise operators, >>, <<, |, &, ^, and ~ arenât very well appreciated. Letâs see what you can do with them! (Disclaimer: Yes, Iâm here because Iâm bitter about losing a challenge, but I do really want to see some interesting uses of the bitwise operators.)
1 Answer
+ 1
Platinum Sololearner Warith Vatanaplachaigoon from Thailand has a great code for testing your knowledge of bitwise operators. Check it out!
https://code.sololearn.com/WE7zSQ80RLPp/?ref=app