Advertisement
jsbsan

limpia

Oct 9th, 2014
973
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.25 KB | None | 0 0
  1. for l in line:
  2.     for l in line:
  3.         if l == '\n':
  4.             line.remove('\n')
  5.        
  6.     for l in line:
  7.         if l == '\n':
  8.             line.remove('\n')
  9.  
  10.     for l in line:
  11.         if l == '\n\t\t':
  12.             line.remove('\n\t\t')
  13.  
  14.     for l in line:
  15.         if l == '\n\t':
  16.             line.remove('\n\t')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement