Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
How do you create a basic server socket in Python?
server_socket = socket.create_server()
server_socket = socket.bind()
server_socket = socket.socket(socket.AF_INET, socket.SOCK_SERVER)
server_socket = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!