HTTP: Difference between revisions

Content deleted Content added
Line 91: Line 91:
print url.read()
print url.read()
url.close()</python>
url.close()</python>

<python>import urllib
print urllib.urlopen("http://rosettacode.org").read()</python>


=={{header|Ruby}}==
=={{header|Ruby}}==