Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python time a funciton

import time

start = time.time()
print("hello")
end = time.time()
print(end - start)
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #python #time #funciton
ADD COMMENT
Topic
Name
6+6 =