This video discusses Basic Python operators that can be used for various tasks in python.
00:00 - Introduction
00:33 - Arithmetic Operators
04:01 - Comparison Operators
10:13 - Assignment Operators
Please note: In 08:30 the narrator mention that the first statement is going to return true, which is not, it's actually returning false.
The final statement is going to return true and that is why we got a True result when we ran the OR operator.