Inactive Tutor answered 12/10/20
Tutor
New to Wyzant
Have you tried using the time module?
import time
start = time.time()
#your code
end = time.time()
print("Time elapsed in milliseconds:", end - start)
Inactive Tutor answered 12/10/20
Have you tried using the time module?
import time
start = time.time()
#your code
end = time.time()
print("Time elapsed in milliseconds:", end - start)
Get a free answer to a quick problem.
Most questions answered within 4 hours.
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.