Skip to content
- Advantages of functions, function parameters, formal parameters, actual parameters,
global and local variables.
- The range function, the iterative for statement.
- The conditional statements if, if-else, if-elif-else.
- The iterative statements while, while-else, for-else.
- The continue statement to skip over one iteration of a loop, the break statement to exit the loop.
- Nested compound statements. Dictionaries: concept of key-value pairs, techniques to
create, update and delete dictionary items.
- Problem-solving using compound types and statements.