Python Timer Functions Quiz
Interactive Quiz ⋅ 8 Questions
By Joseph Peart
In this quiz, you’ll test your understanding of Python Timer Functions.
By working through this quiz, you’ll revisit the timer functions in Python’s time module
and the tradeoffs between them. You’ll also review how a timer grows from a plain class
into a data class and then into a context manager that measures a block of code with a
single with statement.
The quiz contains 8 questions and there is no time limit. You’ll get 1 point for each correct answer. At the end of the quiz, you’ll receive a total score. The maximum score is 100%. Good luck!