Python Programming - Standard Libraries - Discussion

Discussion Forum : Standard Libraries - General Questions (Q.No. 49)
49.
What does the timeit module in Python provide?
Timing the execution of code snippets
Working with dates and times
Handling compressed files
Synchronous I/O operations
Answer: Option
Explanation:
The timeit module in Python provides a simple way to measure the execution time of small code snippets.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.