[docs] Bug in tutorial

renato dias r1m1l1d1 at hotmail.com
Thu Apr 17 00:29:03 CEST 2014



> From: zachary.ware+pydocs at gmail.com
> Date: Wed, 16 Apr 2014 14:11:16 -0500
> Subject: Re: [docs] Bug in tutorial
> To: docs at python.org
> CC: r1m1l1d1 at hotmail.com
> 
> On Wed, Apr 16, 2014 at 1:55 PM, renato dias <r1m1l1d1 at hotmail.com> wrote:
> > Hello,
> > First of all I want ask forgiveness because my english is a little bad
> > I am new at python and whyen I was searching for some tutorials, I found one
> > on my language (portuguese). In this tutorial I found a bug in topic 3.1.2,
> > referred to strings. the problem is that when I put this command in python
> > interpreter (palavra[4]) it doesn't work. I think that
> > quotation marks ("") are missing in the word.
> > Attached I send the URL and some images for you better locate the error.
> >
> > URL:   http://turing.com.br/pydoc/2.7/tutorial/introduction.html
> 
> Hi Renato,
> 
> There is no bug here, what you're seeing is because the example you
> are trying is a follow-on from an above example.  In the example
> following "Strings podem ser concatenadas (coladas) com o operador +,
> e repetidas com *:", the name "palavra" is bound to 'AjudaZ'.  The
> example you tried then assumes "palavra" is still bound to that
> string.  If you go through all of the examples on the page in order
> using the same interpreter session, they should all work.
> 
> Hope this helps,
> -- 
> Zach

Hi, sorry for my mistake. I didn't used the same session so it didn't work.
Thanks for help.
 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/docs/attachments/20140416/489bdbb0/attachment.html>


More information about the docs mailing list