Delete 'TaskD01/run.py'
This commit is contained in:
parent
3da3b1c634
commit
78e075793b
@ -1,13 +0,0 @@
|
|||||||
import re
|
|
||||||
import sys
|
|
||||||
|
|
||||||
found_lines = []
|
|
||||||
|
|
||||||
|
|
||||||
for line in sys.stdin:
|
|
||||||
if re.search(r'\bHamlet\b', line):
|
|
||||||
found_lines.append(line.strip())
|
|
||||||
|
|
||||||
|
|
||||||
if found_lines:
|
|
||||||
print('\n'.join(found_lines), end='')
|
|
Loading…
Reference in New Issue
Block a user