Python 3.4 - Logical Operators

Logical operators are used to check to see if something is True or False. Python uses the and, or, not operators to determine if a conditional test works or not. These can also be used with while statements to direct the program what to do if a set of conditions are True or False.

There are many ways you can check to see if conditions are met or not.

https://www.youtube.com/watch?v=a7AOWQ2cq6Y

Comments

Popular posts from this blog

Python 3.4 - Caesar Cipher

UML - Use Case Diagram