diff options
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. |
