3 lines
85 B
Python
3 lines
85 B
Python
|
|
from urllib.request import urlopen
|
||
|
|
print(urlopen('https://sourceforge.net/').read())
|