atempt 1
This commit is contained in:
parent
44f4451991
commit
9f2fe06109
@ -17,4 +17,4 @@ def fromNumber(m):
|
|||||||
|
|
||||||
for line in sys.stdin.readlines():
|
for line in sys.stdin.readlines():
|
||||||
temp=re.sub(r'\d{4}', fromNumber ,line)
|
temp=re.sub(r'\d{4}', fromNumber ,line)
|
||||||
print(temp.strip())
|
print(temp.strip('\n'))
|
||||||
|
Loading…
Reference in New Issue
Block a user