Computer NetworksNETWORKS

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…..

source

ip address

Alice AUSTIN

Alice AUSTIN is studying Cisco Systems Engineering. He has passion with both hardware and software and writes articles and reviews for many IT websites.

Leave a Reply

Your email address will not be published. Required fields are marked *