RosettaCodeData/Task/HTTPS/Python/https-1.py

3 lines
85 B
Python
Raw Normal View History

2013-04-10 21:29:02 -07:00
from urllib.request import urlopen
print(urlopen('https://sourceforge.net/').read())