summaryrefslogtreecommitdiff
path: root/tutorials/module_1/control_structures.md
diff options
context:
space:
mode:
authorChristian Kolset <christian.kolset@gmail.com>2025-12-03 15:50:47 -0700
committerChristian Kolset <christian.kolset@gmail.com>2025-12-03 15:50:47 -0700
commit5b9fd00087ca8594ddb716134cd210a9f9ae5876 (patch)
tree8fbbaee2ba680ae3d3116abede779c7f834c9b53 /tutorials/module_1/control_structures.md
parent7a713b1e67a255c285eef45d172ba0a1286987c3 (diff)
Made some updates to older files and renamed files. Also updated README.md
Diffstat (limited to 'tutorials/module_1/control_structures.md')
-rw-r--r--tutorials/module_1/control_structures.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/tutorials/module_1/control_structures.md b/tutorials/module_1/control_structures.md
index 68db0c5..5b222ce 100644
--- a/tutorials/module_1/control_structures.md
+++ b/tutorials/module_1/control_structures.md
@@ -1,7 +1,5 @@
# Control Structures
-^e8fcff
-
Control structures allow us to control the flow of execution in a Python program. The two main types are **conditional statements (`if` statements)** and **loops (`for` and `while` loops)**.
[Input complete flowchart here]