atempt 1
This commit is contained in:
parent
619de96228
commit
8c98bdd24c
0
TaskC32/Makefile
Normal file
0
TaskC32/Makefile
Normal file
9
TaskC32/run
Normal file
9
TaskC32/run
Normal file
@ -0,0 +1,9 @@
|
||||
#!/usr/bin/python3
|
||||
|
||||
import sys
|
||||
import re
|
||||
|
||||
for line in sys.stdin:
|
||||
if re.match(r'^(\$[1-9]+[0-9]*)$',line):
|
||||
print("yes")
|
||||
else: print("no")
|
Loading…
Reference in New Issue
Block a user