Advertisement
dereksir

Untitled

Apr 11th, 2024 (edited)
771
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.07 KB | None | 0 0
  1. import httpx
  2.  
  3. r = httpx.get("https://httpbin.io/ip")
  4. print(r.text)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement