From 2d2b7b9f5731dc5c7bda29c917a6cc5f17b5160e Mon Sep 17 00:00:00 2001 From: Christian Kolset Date: Thu, 24 Apr 2025 17:39:37 -0600 Subject: Updated markdown formatting for latex conversion. --- tutorials/module_1/control_structures.md | 3 --- 1 file changed, 3 deletions(-) (limited to 'tutorials/module_1/control_structures.md') diff --git a/tutorials/module_1/control_structures.md b/tutorials/module_1/control_structures.md index 15e97eb..f71bd7e 100644 --- a/tutorials/module_1/control_structures.md +++ b/tutorials/module_1/control_structures.md @@ -57,7 +57,6 @@ if 0 <= score <= 100: ``` ---- ## Loops in Python @@ -102,8 +101,6 @@ while i < 6:   i += 1 ``` ---- - ## Loop Control Statements Python provides special statements to control the behavior of loops. These can be used to break out of a loop, skip certain iterations, or simply include a placeholder for future code. -- cgit v1.2.3