Skip to content

Instantly share code, notes, and snippets.

@neoneo40
Created October 19, 2015 11:00
Show Gist options
  • Save neoneo40/c438e6cd4852b98ad92f to your computer and use it in GitHub Desktop.
Save neoneo40/c438e6cd4852b98ad92f to your computer and use it in GitHub Desktop.
requests.get
# -*- coding: utf-8 -*-
import requests
url = 'http://www.lezhin.com/'
resp = requests.get(url)
print(resp.text)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment