atpt 1
This commit is contained in:
parent
585b42560b
commit
a87608dd89
0
TaskC09/Makefile
Normal file
0
TaskC09/Makefile
Normal file
10
TaskC09/run
Normal file
10
TaskC09/run
Normal file
@ -0,0 +1,10 @@
|
||||
#!/usr/bin/python3
|
||||
|
||||
import sys
|
||||
import re
|
||||
|
||||
for line in sys.stdin:
|
||||
if re.findall(r'[A-Z][0-9][0-9]',line):
|
||||
print("yes")
|
||||
else: print("no")
|
||||
|
Loading…
Reference in New Issue
Block a user