com1
This commit is contained in:
parent
14af94591c
commit
d261fd57d5
0
TaskB03/Makefile
Normal file
0
TaskB03/Makefile
Normal file
10
TaskB03/run
Normal file
10
TaskB03/run
Normal file
@ -0,0 +1,10 @@
|
||||
#!/usr/bin/python3
|
||||
|
||||
import sys
|
||||
import re
|
||||
|
||||
for line in sys.stdin:
|
||||
if not re.search(r'19\d{2} r\.',line) == None:
|
||||
print(line, end='')
|
||||
else: pass
|
||||
|
Loading…
Reference in New Issue
Block a user