From ab0dbb368948becb5beda50a585f9620bc186662 Mon Sep 17 00:00:00 2001 From: Christian Kolset Date: Wed, 12 Mar 2025 20:47:04 -0600 Subject: Completed Functions anr Arrays tutorial --- tutorials/1_07_control_structures.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tutorials/1_07_control_structures.md') diff --git a/tutorials/1_07_control_structures.md b/tutorials/1_07_control_structures.md index 245ef5a..21826bb 100644 --- a/tutorials/1_07_control_structures.md +++ b/tutorials/1_07_control_structures.md @@ -1,6 +1,9 @@ # Control Structures 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)**. +## Flowcharts + + ## Conditional statements Conditional statements let you execute code based on different conditions using if, elif and else statements. -- cgit v1.2.3