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

3 lines
70 B
Python
Raw Permalink Normal View History

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