Advertisement
Guest User

Untitled

a guest
Apr 25th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. for line in file:
  2. try:
  3. first_function(line)
  4. second_function(line)
  5. third_function(line)
  6. print(line)
  7. except:
  8. print('Invalid line: ' + line)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement