check ip
Mình muốn check ip từ API của https://checkip.me/
Tại sao code tao nó cứ báo lỗi nhỉ ?
Cảm ơn mọi người
Python:
from requests import get
ip = get('https://api.checkip.me/').text
print('My public IP address is: {}'.format(ip));
Tại sao code tao nó cứ báo lỗi nhỉ ?
Cảm ơn mọi người