try:
import socket as s
ip=input("Enter IP address:")
print("Server Name",s.gethostbyaddr(ip))
except Exception as e:
print(e)