From 5b9fd00087ca8594ddb716134cd210a9f9ae5876 Mon Sep 17 00:00:00 2001 From: Christian Kolset Date: Wed, 3 Dec 2025 15:50:47 -0700 Subject: Made some updates to older files and renamed files. Also updated README.md --- tutorials/module_1/control_structures.md | 2 -- 1 file changed, 2 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 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] -- cgit v1.2.3