On Thu, 10 May 2007 12:46:05 +1000, Steven D'Aprano wrote
> It is natural to expect two runs of any program to give the same 
> result if there are (1) no random numbers involved; (2) the same 
> input data; (3) and no permanent storage from run to run.

Which of those three categories does time.time() fall into? What about
id("hello")?

-Carsten

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

Reply via email to