[pyar] [OT] Juego para geeks
Daniel Moisset
dmoisset en machinalis.com
Mie Mar 16 11:35:23 ART 2011
2011/3/16 Fabian Ezequiel Gallina <galli.87 en gmail.com>:
> from __future__ import print_function
> import sys
> sys.setrecursionlimit(1009)
> def reprint(n=1):
> if n < 1001:
> print(n)
> n += 1
> reprint(n)
> reprint()
>
> Seguro me van a putear y decir "estas loopeando, estas loopeando". A
> mi me gusta decirle "estoy recursiveando".
Yo te voy a decir "Estas usando condicionales",que era la regla 3 :)
More information about the pyar
mailing list