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

3 lines
68 B
Python
Raw Normal View History

2023-07-01 11:58:00 -04:00
import urllib
print urllib.urlopen("http://rosettacode.org").read()