Closed alperendurmus closed 4 years ago
time.clock() deprecated since python 3.3, removed with version 3.8
@alperendurmus thanks for contributing - this looks good but can you:
try: from time import process_time as time; except: from time import time
time.clock() deprecated since python 3.3, removed with version 3.8