Fredrik Lundh wrote:

>  >>> color = "blue"
>  >>> if color == "red" or "green" or "yellow":
> ...     print color, "is red or green or yellow"
> ...
> blue is red or green or yellow

Whoops. Okay.

Regards,


Björn

-- 
BOFH excuse #303:

fractal radiation jamming the backbone

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to