time.clock() was removed in python 3.8. time.time() should work on any version of python (at least 3.X)
time.clock() was removed in python 3.8. time.time() should work on any version of python (at least 3.X)