Script de recherche d'adresse IP Python

import socket
anything = socket.gethostbyname('google.com')
print(anything)
Stormy Stag