Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
hub-courses
python_one_week_4_biologists_solutions
Commits
c6c1d48d
Unverified
Commit
c6c1d48d
authored
Jun 09, 2021
by
Bertrand NÉRON
Browse files
fix position of restriction.py to show
parent
541cd289
Pipeline
#58234
passed with stages
in 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
source/Control_Flow_Statements.rst
View file @
c6c1d48d
...
@@ -121,7 +121,7 @@ Exercise
...
@@ -121,7 +121,7 @@ Exercise
.. literalinclude:: _static/code/restriction.py
.. literalinclude:: _static/code/restriction.py
:linenos:
:linenos:
:lines: 1
5
-3
1
:lines: 1
8
-3
3
:language: python
:language: python
**pseudocode of second algorithm**
**pseudocode of second algorithm**
...
@@ -138,7 +138,7 @@ Exercise
...
@@ -138,7 +138,7 @@ Exercise
.. literalinclude:: _static/code/restriction.py
.. literalinclude:: _static/code/restriction.py
:linenos:
:linenos:
:lines: 3
2
-5
3
:lines: 3
4
-5
5
:language: python
:language: python
...
@@ -172,7 +172,7 @@ in bonus we can try to sort the list in the order of the position of the binding
...
@@ -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
.. literalinclude:: _static/code/restriction.py
:linenos:
:linenos:
:lines: 5
4
-
:lines: 5
5
-
:language: python
:language: python
::
::
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment