[Tutor] rre: Recursion error

Thomi Richards thomi at imail.net.nz
Wed Oct 1 00:56:51 EDT 2003


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Wed, 01 Oct 2003 16:53, Kirk Bailey wrote:
> Well, I tried this:
>
> def test(count):
> 	print count
> 	count=count+1
> 	test(count)
>

It might also be interesting to see how long it takes between recursions, and 
graph it...hmmm... might try this on an old 486.... ; )

- -- 
Thomi Richards,
http://once.sourceforge.net/


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/el6T2tSuYV7JfuERAp81AJ9qdx5HhQrcPGLdUzxecWIufBw4CQCePFc5
PnEdCj47ZZkBmlwcxrqSH8Y=
=0Ic4
-----END PGP SIGNATURE-----




More information about the Tutor mailing list