Python Programming - Standard Libraries - Discussion

Discussion Forum : Standard Libraries - General Questions (Q.No. 63)
63.
What does the multiprocessing module in Python provide?
Asynchronous I/O operations
Functions for working with multiprocessing
Generating random numbers
Sorting elements in a list
Answer: Option
Explanation:
The multiprocessing module in Python provides functions and classes for working with multiprocessing, allowing the execution of parallel processes.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.