Advertisement
here2share

# uni-space.py

Apr 20th, 2017
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.15 KB | None | 0 0
  1. # uni-space.py
  2.  
  3. zzz='''
  4. line one
  5.  
  6.  
  7.  
  8. line two
  9.  
  10.  
  11. line three
  12. line four
  13.  
  14. line five
  15. '''.splitlines()
  16. print '\n'.join([z for z in zzz if z])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement