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