Skip to content

Instantly share code, notes, and snippets.

@obafgkm44
Last active March 28, 2019 05:02
Embed
What would you like to do?
スクレイピングの練習 htmlを表示する
import requests
response = requests.get('https://toiguru.jp/toeic-vocabulary-list#smoothplay1')
print(response.text)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment