Google is blocked in some countries. However, there are many ways to access Google, like VPN, agent, and by changing the hosts file.
If I want to change the hosts f
import socket s = socket.socket(socket.AF_INET, socket.SOCK_STREAM) server = www.google.com port = 80 server_ip = socket.gethostbyname(server) print(str(server_ip))