diff options
| author | Christian Kolset <christian.kolset@gmail.com> | 2025-04-24 17:37:21 -0600 |
|---|---|---|
| committer | Christian Kolset <christian.kolset@gmail.com> | 2025-04-24 17:37:21 -0600 |
| commit | e53c35223bed9a32f1e9cd3fe75caf344d4b5c7e (patch) | |
| tree | 3a749e57d1ac92f9fdda3f4bb50a3535e6fc72fa /book/module1/control_structures.tex | |
| parent | 665eaed5e9a677c4d51d066d21aa8ddb612ff565 (diff) | |
Updated tex files
Diffstat (limited to 'book/module1/control_structures.tex')
| -rw-r--r-- | book/module1/control_structures.tex | 4 |
1 files changed, 0 insertions, 4 deletions
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. |
