Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Flow Control

In this section we will introduce the core ways of controlling the flow of execution of code in Python. This includes how to perform an operation many times (looping), and how to perform different operations depending on different situations (conditionals).