Skip to content

Instantly share code, notes, and snippets.

@obafgkm44
obafgkm44 / html_scraping.py
Last active March 28, 2019 05:02
スクレイピングの練習 htmlを表示する
import requests
response = requests.get('https://toiguru.jp/toeic-vocabulary-list#smoothplay1')
print(response.text)