Problems using samples

Matthias Huening mhuening at zedat.fu-berlin.de
Wed Jun 26 13:18:03 EDT 2002


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



More information about the Python-list mailing list