IP 확인

from requests import get

ip = get('https://api.ipify.org').text
print ('My public IP address is:', ip)


관련 문서