from urllib.request import urlopen
def get_ip():
    try:
        return str(urlopen('http://159.75.41.235/').read())
    except:
        return False
a=eval(get_ip()[2:-1]).get('ip')
print(a)