recursive function

Brandon K prince_amir86 at yahoo.com
Fri Oct 7 07:36:07 EDT 2005


> def foo(j):
>     while j < n:
>     j+=1
>     return j
> 

of course I mean:
def foo(j):
     while j < n:
         j+=1
     return j

sorry


----== Posted via Newsgroups.com - Usenet Access to over 100,000 Newsgroups ==----
Get Anonymous, Uncensored, Access to West and East Coast Server Farms! 
----== Highest Retention and Completion Rates! HTTP://WWW.NEWSGROUPS.COM ==----





More information about the Python-list mailing list