Please enable JavaScript to use CodeHS

CodeHS Glossary


Nested Control Structures Python

It is possible to combine more than one of Python's control structures to create more complex programs with various conditions. For example, combining iteration tools like a for loop with conditional statements inside the for loop.