Code control statements in Python
Learn more advanced topics of Python using interactive Notebooks.
Learning objectives
In this module, you'll learn:
- How to write and when to use conditionals
- How to write and when to use
while
and forloops
- How to make your own functions
- How to call your own functions
- How to use parameters and global variables
Tip
This module is part of a multimodal learning experience. Start the module to see how you can follow along!
Prerequisites
- None