Created
June 1, 2018 09:37
-
-
Save FelixChop/551f14b78895d816a5be76b18fa1068c to your computer and use it in GitHub Desktop.
This file contains hidden or 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 | |
| url = "http://bank-code.net/country/FRANCE-%28FR%29/" | |
| page = requests.get(url) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment