Could you explain or link me to an explanation of this? Been using
Python for a while but not sure I understand what's happening below.
Thanks.


>>> ss=1 and "fffff"
>>> ss
'fffff'
>>> ss=0 and "fffff"
>>> ss
0
>>>
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to