Hi,
I want to calculate compile time for my puzzles. Although I read about 
timeit(), I didn't really understand how it should be applied it.So, can anyone 
write a function for me please!!
I am looking for a function which should solve my puzzle and also show compile 
time. (Later, I should be able to delete that function before submitting my 
code)
The following way is what I am exactly looking at:
define a compile time function such that it should take all my puzzle code and 
provide compile time for it.
(I think timeit() should be called at each statement, which is not flexible, 
don't know exactly.)
can anyone write a program for me? please...                                    
  
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to