X03 commit
This commit is contained in:
parent
d833660120
commit
8b635114c3
0
TaskX03/Makefile
Normal file
0
TaskX03/Makefile
Normal file
6
TaskX03/run
Normal file
6
TaskX03/run
Normal file
@ -0,0 +1,6 @@
|
||||
#!/usr/bin/python3
|
||||
import sys
|
||||
|
||||
for line in sys.stdin:
|
||||
l = line.replace('\n', '')
|
||||
print(str(len(l)) + " " + l)
|
Loading…
Reference in New Issue
Block a user