Python Programming - Standard Libraries - Discussion

Discussion Forum : Standard Libraries - General Questions (Q.No. 29)
29.
What is the purpose of the asyncio module?
Asynchronous I/O operations
Synchronous I/O operations
Mathematical operations
File I/O operations
Answer: Option
Explanation:
The asyncio module in Python provides support for writing asynchronous code, particularly for asynchronous I/O operations.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.