2 lines
77 B
Python
2 lines
77 B
Python
from urllib2 import urlopen
|
|
print urlopen('https://sourceforge.net/').read()
|
from urllib2 import urlopen
|
|
print urlopen('https://sourceforge.net/').read()
|