what exactly is "None" ?

John Hunter jdhunter at ace.bsd.uchicago.edu
Tue Mar 4 11:19:26 EST 2003


>>>>> "Andrei" == Andrei Doicin <Andrei.Doicin at cern.ch> writes:

    Andrei> I ask this as I'm trying to set up some conditional
    Andrei> statements that do something if "whatever" is equal to
    Andrei> "None".

if whatever is None:
  do_something()





More information about the Python-list mailing list