How can I make a function equal to 0?

Paul Rubin http
Fri Mar 21 15:52:12 EDT 2008


Martin Manns <mmanns at gmx.net> writes:
> Is there a way to create a function that is equal to 0?

def f(): return 0



More information about the Python-list mailing list