From e53c35223bed9a32f1e9cd3fe75caf344d4b5c7e Mon Sep 17 00:00:00 2001 From: Christian Kolset Date: Thu, 24 Apr 2025 17:37:21 -0600 Subject: Updated tex files --- book/module1/control_structures.tex | 4 ---- 1 file changed, 4 deletions(-) (limited to 'book/module1/control_structures.tex') diff --git a/book/module1/control_structures.tex b/book/module1/control_structures.tex index 746b7a5..4042e09 100644 --- a/book/module1/control_structures.tex +++ b/book/module1/control_structures.tex @@ -88,8 +88,6 @@ that information, we print different messages. \end{Highlighting} \end{Shaded} -\begin{center}\rule{0.5\linewidth}{0.5pt}\end{center} - \subsection{Loops in Python}\label{loops-in-python} Loops allow a program to execute a block of code multiple times. This is @@ -163,8 +161,6 @@ we break out of the loop. \end{Highlighting} \end{Shaded} -\begin{center}\rule{0.5\linewidth}{0.5pt}\end{center} - \subsection{Loop Control Statements}\label{loop-control-statements} Python provides special statements to control the behavior of loops. -- cgit v1.2.3