Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # uni-space.py
- zzz='''
- line one
- line two
- line three
- line four
- line five
- '''.splitlines()
- print '\n'.join([z for z in zzz if z])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement