From c62da5178b5485876d0e77721b14c946754af274 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bertrand=20N=C3=A9ron?= <bneron@pasteur.fr> Date: Sun, 6 Jun 2021 23:00:37 +0200 Subject: [PATCH] namedtuple => tuple in examples --- source/Control_Flow_Statements.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/source/Control_Flow_Statements.rst b/source/Control_Flow_Statements.rst index 1e29fda..258289b 100644 --- a/source/Control_Flow_Statements.rst +++ b/source/Control_Flow_Statements.rst @@ -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") -- GitLab