27_11_commit
This commit is contained in:
parent
348d53bbe9
commit
3b6370cae9
0
TaskE04/Makefile
Normal file
0
TaskE04/Makefile
Normal file
8
TaskE04/run
Normal file
8
TaskE04/run
Normal file
@ -0,0 +1,8 @@
|
||||
#!/usr/bin/python3
|
||||
|
||||
import sys, re
|
||||
for line in sys.stdin:
|
||||
if (re.search(r'(^(0[0-9]|1[0-9]|2[0-3]|[0-9]):[0-5][0-9]$)', line)):
|
||||
print((line.split(':', 1)[1]).rstrip('\n'))
|
||||
else:
|
||||
print('<NONE>')
|
Loading…
Reference in New Issue
Block a user