t277.py 57 B

123456
  1. # nl continuation
  2. x = "stuff \
  3. and \
  4. things"
  5. print x