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/462f78ddd956fd8dd4a583438dd4e353 to your computer and use it in GitHub Desktop.
Save nveenverma/462f78ddd956fd8dd4a583438dd4e353 to your computer and use it in GitHub Desktop.
tags = []
for a_group in a_tags_list:
tags.append([a.text for a in a_group])
tags[0]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment