Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

record the amount of time ittales for code to run python

from time import time

start = time()
#code here
print(f'Time taken to run: {time() - start} seconds'
 
PREVIOUS NEXT
Tagged: #record #amount #time #ittales #code #run #python
ADD COMMENT
Topic
Name
2+3 =