split-join.py 131 B

12345
  1. #!/usr/bin/env python3
  2. # Copyright 2009-2017 BHG http://bw.org/
  3. s = 'This is a long string with a bunch of words in it.'
  4. print(s)