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

3 lines
70 B
Python

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