Skip to content

Instantly share code, notes, and snippets.

@nveenverma
Created June 14, 2019 07:12
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 nveenverma/dadda8a67e05b85c4fe7cff220d3bb67 to your computer and use it in GitHub Desktop.
Save nveenverma/dadda8a67e05b85c4fe7cff220d3bb67 to your computer and use it in GitHub Desktop.
a_tags_list = [i.select('a') for i in tags_divs]
# Printing first question's a tags
a_tags_list[0]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment