Find IP Address of a Website using Python with 3 lines | #Shorts | Learn CODE with TRILOK
#IPAddress
#PythonProgram
Source CODE *
import socket as s
host=”www.google.com”
print(f” IP Address of {host} is {s.gethostbyname (host)}”)
Thanks for Watching…..
ip address