Skip to content

Instantly share code, notes, and snippets.

@datahutrepo
Last active September 7, 2016 06:31
Show Gist options
  • Save datahutrepo/6094011aaa826c2da68c87388b59e917 to your computer and use it in GitHub Desktop.
Save datahutrepo/6094011aaa826c2da68c87388b59e917 to your computer and use it in GitHub Desktop.
In [2]: root = etree.Element('html')
In [3]: root
Out[3]: <Element html at 0x7f43a5c51ab8>
In [4]: print root.tag
html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment