From 2adba8be68d81ca45bca751520eb201b6a2b8e89 Mon Sep 17 00:00:00 2001 From: Thiago Ganzarolli Date: Sat, 10 Dec 2011 17:54:23 -0200 Subject: [PATCH] =?UTF-8?q?Corrigindo=20numera=C3=A7=C3=A3o=20do=20item=20?= =?UTF-8?q?4.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- iteraveis/lista_ex_1.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/iteraveis/lista_ex_1.rst b/iteraveis/lista_ex_1.rst index c1d7788..2dfa415 100644 --- a/iteraveis/lista_ex_1.rst +++ b/iteraveis/lista_ex_1.rst @@ -1,4 +1,3 @@ - ============================= Python para quem sabe Python ============================= @@ -139,7 +138,7 @@ Para os exemplos abaixo, usaremos as listas `m` e `n`:: >>> sum(«6») 76 -4.4. Calcule o resultado «1»:: +4.2. Calcule o resultado «1»:: >>> sum(a*b for (a,b) in enumerate(n)) «1»