Thanks so much! that did it!
you can tell I'm new with python.. lol...
thanks again..
Jonathan
--
http://mail.python.org/mailman/listinfo/python-list
At Thursday 25/1/2007 01:26, kevin wrote:
Hi... I'm having a few problems here...
I want to input in my function different values and then time each one
to see how long it took to run the function... so right now it doesn't
like the "i" inside my function fibonacci(i) but if I put a constant
it
Hi... I'm having a few problems here...
I want to input in my function different values and then time each one
to see how long it took to run the function... so right now it doesn't
like the "i" inside my function fibonacci(i) but if I put a constant
it's fine
any idea on how to approach this?