This is a simple Python script to check which external IP address you have.
from requests import get IP = get('https://api.ipify.org').text print("IP Address is: " + IP)
IP Address is: 127.0.0.1
If you are compiling this Program on our website compile.work it won't work because, Internet access is currently unavailable in our Online Compiler for Security Reasons.
Comments :