This video lesson teaches how to use the logical operators in python program.
types of logical operators.
1. AND : all inputs are true ----- then output is true else false
2. OR : at least one input must be true -----then output is true else false
3. NOT : true --false , false--true