# IP 확인 {{tag>IP 확인 python}} from requests import get ip = get('https://api.ipify.org').text print ('My public IP address is:', ip)