Skip to content
This repository has been archived by the owner on Jun 5, 2018. It is now read-only.

Latest commit

 

History

History
9 lines (6 loc) · 149 Bytes

py-requests.md

File metadata and controls

9 lines (6 loc) · 149 Bytes
import requests

r = requests.get('http://www.example.com')

print r.text

See python Requests