Problems using samples

John La Rooy larooy at xtar.co.nz
Wed Jun 26 20:18:11 EDT 2002


On 26 Jun 2002 17:18:03 GMT
Matthias Huening <mhuening at zedat.fu-berlin.de> wrote:

> gusraan at terra.com.br (Raphael Ribeiro) wrote in 
> news:337619fa.0206260913.41e08940 at posting.google.com:
> 
> > this is my code, it says there's an error in line 6, but i can't find
> > what **** error is that, can anyone help me?
> 
> your line 6 is:
> > 6 if x = y:
> 
> should be:
> > 6 if x == y:
> 
> Matthias

Also lines 8 and 9 are indented too far

John



More information about the Python-list mailing list