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

3 lines
68 B
Python
Raw Normal View History

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