how to run server client program in python code example
Example: how to run server client program in python
import socket
ip = socket.gethostbyname('www.google.com')
print ip
import socket
ip = socket.gethostbyname('www.google.com')
print ip