Hello,

I tried this code in emacs.
for i in range(3):
  time.sleep(1)
  print i

It shows the result but total result not second per second.

Any one experiance this problem

pujo
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to