Teaching : Python, Scheme, Java...

Simon Brunning SBrunning at trisystems.co.uk
Thu Apr 17 04:29:24 EDT 2003


> From:	Erik Max Francis [SMTP:max at alcyone.com]
> Jean-Paul Roy wrote:
> 
> > - how do you ask if a list is empty ? Is the following ok ?
> >       if L == [] :
> 
> Even simpler:
> 
> 	if L: ...
 
Surely:

if not L:

;-)

Cheers,
Simon Brunning
TriSystems Ltd.
sbrunning at trisystems.co.uk
--LongSig




-----------------------------------------------------------------------
The information in this email is confidential and may be legally privileged.
It is intended solely for the addressee. Access to this email by anyone else
is unauthorised. If you are not the intended recipient, any disclosure,
copying, distribution, or any action taken or omitted to be taken in
reliance on it, is prohibited and may be unlawful. TriSystems Ltd. cannot
accept liability for statements made which are clearly the senders own.





More information about the Python-list mailing list