已经根据提示修改过把clock改成process_time还是不对呢?
这样呀from time import clock你这样不能导入?emmm,可能是版本原因,你卸载这个库,重新装
time.clock在python3.8已经移除,可改为time.perf_counter