Guest User

Untitled

a guest
Jan 17th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. doc, tag, text = Doc().tagtext()
  2. doc.asis('<!DOCTYPE html>')
  3. with tag('html'):
  4. with tag('head'):
  5. text('')
  6. with tag('body'):
  7. with tag('table'):
  8. with tag('tr'):
  9. with tag('td'):
  10. text(html[image][n]
Add Comment
Please, Sign In to add comment