Guest User

Untitled

a guest
Feb 16th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. import requests
  2. url = "https://app.updateimpact.com/treeof/org.json4s/json4s-
  3. native_2.11/3.5.2"
  4.  
  5. html_doc = requests.get(url)
  6. print(html_doc.text)
Add Comment
Please, Sign In to add comment