Guest User

Untitled

a guest
Dec 16th, 2017
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.11 KB | None | 0 0
  1. for line in plik:
  2.     if re.match(exp, line):
  3.         print(line)
  4.         plik2.write(line)
  5.         continue
Advertisement
Add Comment
Please, Sign In to add comment