Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. import requests
  2. print(requests)
  3. ip = requests.get('https://api.ipify.org').text
  4. print('your ip:', ip)
  5. print('you have been pwned')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement