Skip to content

Instantly share code, notes, and snippets.

@obafgkm44
Last active March 28, 2019 05:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save obafgkm44/dfe71d647accbd1c5f6e2c585f174264 to your computer and use it in GitHub Desktop.
Save obafgkm44/dfe71d647accbd1c5f6e2c585f174264 to your computer and use it in GitHub Desktop.
スクレイピングの練習 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