X03 commit

This commit is contained in:
BohdanBakhlul 2019-11-21 16:34:22 +01:00
parent d833660120
commit 8b635114c3
2 changed files with 6 additions and 0 deletions

0
TaskX03/Makefile Normal file
View File

6
TaskX03/run Normal file
View File

@ -0,0 +1,6 @@
#!/usr/bin/python3
import sys
for line in sys.stdin:
l = line.replace('\n', '')
print(str(len(l)) + " " + l)