diff --git a/TaskA03/run.py b/TaskA03/run.py index c849d55..b1b9d54 100644 --- a/TaskA03/run.py +++ b/TaskA03/run.py @@ -2,7 +2,9 @@ import sys def is_date_in_line(line): + index = 0 + while index != -1: index = line.find(' r.', index+1) if index == -1: