Hi!

> print x or y or z
> If none of the potential values are considered boolean false

But :
  a=None
  b=False
  c=None
  print a or b or c
  > None



@-salutations
-- 
Michel Claveau 

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

Reply via email to