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
c62da517
Unverified
Commit
c62da517
authored
Jun 06, 2021
by
Bertrand NÉRON
Browse files
namedtuple => tuple in examples
parent
c06a126c
Pipeline
#57949
passed with stages
in 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
source/Control_Flow_Statements.rst
View file @
c62da517
...
...
@@ -145,9 +145,6 @@ Exercise
search all positions of Ecor1 binding sites in dna_1
::
import collections
RestrictEnzyme = collections.namedtuple("RestrictEnzyme", "name comment sequence cut end")
ecor1 = ("EcoRI", "Ecoli restriction enzime I", "gaattc", 1, "sticky")
...
...
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