Booleans (True, False)
Conditional execution
Catching exceptions
Indefinite iteration (while)
Definite iteration (for)
if statements, the R concept is the same, the Python syntax is simpler.The range() function
Other control statements (break, continue, pass)
match statements
def) which we will work with tomorrow!