# coding:utf-8
import socket
res = socket.socket()
ip = socket.gethostbyname('langzi.fun')
print ip
print 'aaa'