Write the command that will disconnect the following client socket.
import socket
hello_socket = socket.socket()
hello_socket.connect(('100.50.200.5', 5050))Write the command that will disconnect the following client socket.
import socket
hello_socket = socket.socket()
hello_socket.connect(('100.50.200.5', 5050))Create a free account to access the full topic