On 06/14/2013 03:50 AM, Nick the Gr33k wrote:
>  >>> print(name or month or year)
> abcd
>  >>> print(name and month and year)
> ijkl

Interesting.  I'd have thought a boolean expression would return True or
False, not a string.  Learn something new every day.



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

Reply via email to