From c6c1d48d04ec640c4367473e82537e5b70e31db0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bertrand=20N=C3=A9ron?= <bneron@pasteur.fr> Date: Wed, 9 Jun 2021 15:57:14 +0200 Subject: [PATCH] fix position of restriction.py to show --- source/Control_Flow_Statements.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/Control_Flow_Statements.rst b/source/Control_Flow_Statements.rst index 258289b..29af95c 100644 --- a/source/Control_Flow_Statements.rst +++ b/source/Control_Flow_Statements.rst @@ -121,7 +121,7 @@ Exercise .. literalinclude:: _static/code/restriction.py :linenos: - :lines: 15-31 + :lines: 18-33 :language: python **pseudocode of second algorithm** @@ -138,7 +138,7 @@ Exercise .. literalinclude:: _static/code/restriction.py :linenos: - :lines: 32-53 + :lines: 34-55 :language: python @@ -172,7 +172,7 @@ in bonus we can try to sort the list in the order of the position of the binding .. literalinclude:: _static/code/restriction.py :linenos: - :lines: 54- + :lines: 55- :language: python :: -- GitLab