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

3 lines
68 B
Python

import urllib
print urllib.urlopen("http://rosettacode.org").read()