Created
September 10, 2019 08:01
-
-
Save BMU-Verlag/0efc91e61ed68a9e89d2f7789c801009 to your computer and use it in GitHub Desktop.
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
if __name__ == '__main__': | |
response_content = get_url('https://en.wikipedia.org/wiki/List_of_mathe maticians_born_in_the_19th_century') | |
if (response_content != None): | |
extract_data(response_content) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment