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

3 lines
68 B
Python

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