How is Python designed?
Limin Fu
fulimin_yuan at yahoo.com
Wed Dec 8 04:37:16 EST 2004
More information about the Python-list mailing list
Wed Dec 8 04:37:16 EST 2004
- Previous message (by thread): How is Python designed?
- Next message (by thread): How is Python designed?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Of course for such simple expression, that function will not run recursively, but for more complex expressions, it will, as a example: a + b * ( c + ( d - e ) / f )... --- LutherRevisited <lutherrevisited at aol.com> wrote: > Kinda off subject, just thought I'd add that 0! = 1 > for that recursion example, > since that wasn't considered. Nice post though. > -- > http://mail.python.org/mailman/listinfo/python-list > __________________________________ Do you Yahoo!? The all-new My Yahoo! - What will yours do? http://my.yahoo.com
- Previous message (by thread): How is Python designed?
- Next message (by thread): How is Python designed?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list