Python Lambda
Functions
For Loop
While Loop
Nested if
Logical Operators
Short Hand IF
“If, Elif, Else – If…Else
pass Statement
If we have a function definition with no content, put in the pass statement to avoid getting an error.
def ourfunction():
pass