プログラム
import feedparser
RSS_URL = 'https://news.yahoo.co.jp/pickup/rss.xml'
d = feedparser.parse(RSS_URL)
for entry in d.entries:
print(entry.title,'だから緩やかに景気回復しています。')
引用元 h1
メモ h1
↑にprintをくっつけただけ。楽しみながらプログラムを作りたい。
https://youtu.be/DsSNpegZLoA
5分40秒〜