Time une ligne de code Python
import time
start = time.process_time()
# your code here
print(time.process_time() - start)
Novid19
import time
start = time.process_time()
# your code here
print(time.process_time() - start)