Last active
March 28, 2019 05:02
-
-
Save obafgkm44/dfe71d647accbd1c5f6e2c585f174264 to your computer and use it in GitHub Desktop.
スクレイピングの練習 htmlを表示する
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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