jlesca / python-conditions

Working with logical operators in Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Conditions 🐍

Working with logical operators in Python.

OperatorSymbol
Equalsa == b
Not Equals a != b
Less thana < b
Less than or equal toa <= b
Grater thana > b
Grater than equal toa >=b

Can be used with "If statements" and loops.

About

Working with logical operators in Python.


Languages

Language:Python 100.0%