> 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 ==----


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to