Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import httpx
- r = httpx.get("https://httpbin.io/ip")
- print(r.text)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement