Enregistrez le temps Ittales pour que le code exécute Python
from time import time
start = time()
#code here
print(f'Time taken to run: {time() - start} seconds'
Makstar
from time import time
start = time()
#code here
print(f'Time taken to run: {time() - start} seconds'