diff --git a/source/Dive_into_Functions.rst b/source/Dive_into_Functions.rst index ad448bb06c321fbc066e5e0c7f680dab0d87823c..c627951590704677c79f04f7e6e81f898bf72b5f 100644 --- a/source/Dive_into_Functions.rst +++ b/source/Dive_into_Functions.rst @@ -445,18 +445,6 @@ help you by drawing diagram. .. image :: _static/figs/spacer.png -Exercice --------- - -Use the code of the exercise 4.5.7 on the kmer. -Make a function which compute all kmer of a given length in a sequence. - -.. literalinclude:: _static/code/kmer.py - :linenos: - :language: python - -:download:`kmer.py <_static/code/kmer.py>` . - Exercise --------