Python Programming 101 - Operators | Set | Short hand If Else
In this python tutorial, we will study three new different concepts of python programming - set, operators, shorthand if-else.
Summary of Python concepts:
- Set: Collection of unordered and unindexed items
- Operators: Mathematical operations are applied to variables such as addition, subtraction.
- Short-hand if else: Simplify if-else condition into inline form.
URL : https://www.randomskool.com/2020/07/python-programming-101-operators-set.html
Read next Dynamic Queries in Ecto
