This commit is contained in:
Zofia Bączyk 2020-12-02 19:46:14 +01:00
parent 44f4451991
commit 9f2fe06109

View File

@ -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'))