Which THREE of the following are true regarding the use of 'threading' and 'requests' in Python?
This is a fundamental property of threads.
Why this answer
Multithreading is excellent for I/O-bound tasks like HTTP requests, but shared resources must be handled carefully.