Python Programming - Standard Libraries - Discussion

Discussion Forum : Standard Libraries - General Questions (Q.No. 17)
17.
Which module in Python is used for working with network-related tasks, such as creating and handling sockets?
network
socketlib
net
socket
Answer: Option
Explanation:
The socket module in Python is used for working with sockets, allowing you to create and handle network connections.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.