The ____ module in Python provides a way to measure the approximate CPU time used by a process.
- cpu
- os
- sys
- time
The time module in Python provides functions for working with time, including measuring the approximate CPU time used by a process using functions like time.process_time().
Loading...
Related Quiz
- Which method is responsible for cleaning up resources in a context manager?
- In RESTful API development, what does the acronym CRUD stand for?
- If you have a function named fun inside a module named mod, how can you import it directly?
- Which of the following symbols is used to define a tuple in Python?
- A ____ is a linear data structure where the elements are arranged in a circular fashion.