mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 13:04:23 +00:00
7 lines
No EOL
97 B
Python
7 lines
No EOL
97 B
Python
from urllib.request import urlopen
|
|
|
|
url = "https://tw.news.yahoo.com/"
|
|
|
|
page = urlopen(url)
|
|
|
|
page |