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

3 lines
70 B
Python
Raw Normal View History

2016-12-05 22:15:40 +01:00
import urllib2
print urllib2.urlopen("http://rosettacode.org").read()