Guest

Untitled

By: a guest on Jan 28th, 2012  |  syntax: None  |  size: 0.11 KB  |  hits: 22  |  expires: Never
download  |  raw  |  embed  |  report abuse
Copied
  1. >>> a = """this would
  2. ... be an example of a
  3. ... heredoc"""
  4. >>> print a
  5. this would
  6. be an example of a
  7. heredoc