Hello !
 The problem like this:
                ================================ RESTART: Shell 
================================
  >>> import time
  >>> t = time.clock()
  Traceback (most recent call last):
                        File "<pyshell#5>", line 1, in <module>
                          t = time.clock()
  AttributeError: module 'time' has no attribute 'clock'
  >>>
  Thanks!
  Best wishes!
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to