Skip to content

Instantly share code, notes, and snippets.

@BMU-Verlag
Created September 10, 2019 08:01
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 BMU-Verlag/0efc91e61ed68a9e89d2f7789c801009 to your computer and use it in GitHub Desktop.
Save BMU-Verlag/0efc91e61ed68a9e89d2f7789c801009 to your computer and use it in GitHub Desktop.
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