Advertisement
Guest User

Untitled

a guest
Nov 27th, 2014
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. list = [<element1>, <element2>, <element3>...]
  2.  
  3. >>> list = [<DOM Text node "u'nt'">]
  4. File "<stdin>", line 1
  5. list = [<DOM Text node "u'nt'">]
  6. ^
  7. SyntaxError: invalid syntax
  8.  
  9. [<DOM Text node "u'nt'">,
  10. <DOM Element: APPLE at 0x18a4648>,
  11. <DOM Text node "u'ntnt'">,
  12. <DOM Element: GOOGLE at 0x18a4968>,
  13. <DOM Text node "u'ntnt'">,
  14. <DOM Element: LENOVO at 0x18a4b48>,
  15. <DOM Text node "u'ntnt'">,
  16. <DOM Element: SAMSUNG at 0x18a4be8>,
  17. <DOM Text node "u 'n'">]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement