B
Bruno Desthuilliers
John Salerno a écrit :
John, please re-read the FineManual(tm). None is the default return
value of a function - even if there's no return statement.
.... pass
....
But if the user doesn't enter any text, I don't want the method to
return at all (even None).
John, please re-read the FineManual(tm). None is the default return
value of a function - even if there's no return statement.
.... pass
....