Disconnect

Report a typo

Write the command that will disconnect the following client socket.

import socket

hello_socket = socket.socket()
hello_socket.connect(('100.50.200.5', 5050))
Enter a short text
___

Create a free account to access the full topic