3 lines
68 B
Python
3 lines
68 B
Python
|
|
import urllib
|
||
|
|
print urllib.urlopen("http://rosettacode.org").read()
|