Conditional statements: if, if-else, if-elif-else; simple programs: e.g.: absolute value, sort 3 numbers, divisibility. Iterative statements: for and while loop, break and continue statements, nested loops.
Make sure to practice Python code for this topic extensively.