From anonymous, 11 Years ago, written in Python.
This paste is a reply to RE: RE: RE: python string format from anonymous
- view diff
Embed
  1. fish = "foo\nbar\baz".strip()
  2.  
  3. ===
  4.  
  5. fish = """foo
  6. bar
  7. baz""".strip()