The bitwise OR operator in python is represented by the pipe symbol ('|'). It compares two numbers by looking at their bits individually and performing the or operation on each bit as you will see in the video.
CHAPTERS:
0:00 - What is it?
0:13 - Python example
1:21 - Outro
#python #binary #bitwise