Glossary coding Term Page

Control flow

The logic that determines the order in which code executes

control-flow #coding#python
Korean version

Related Concepts

Core Idea

Control flow is The logic that determines the order in which code executes. It usually makes the most sense alongside Iterable, enumerate, break / continue.

Why It Matters Here

Mathbong reuses this term across python posts as shared vocabulary.

Posts Mentioning This Concept