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

3 lines
70 B
Python
Raw Normal View History

2013-04-10 21:29:02 -07:00
import urllib2
print urllib2.urlopen("http://rosettacode.org").read()