RosettaCodeData/Task/HTTP/Python/http-5.py

3 lines
67 B
Python
Raw Permalink Normal View History

2019-09-12 10:33:56 -07:00
import requests
print(requests.get("http://rosettacode.org").text)