all done
This commit is contained in:
parent
6e30045b9c
commit
3913364885
0
TaskX03/Makefile
Normal file
0
TaskX03/Makefile
Normal file
2
TaskX03/run
Normal file
2
TaskX03/run
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
python TaskX03/run.py "$@"
|
7
TaskX03/run.py
Normal file
7
TaskX03/run.py
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
import sys
|
||||||
|
|
||||||
|
for line in sys.stdin:
|
||||||
|
line = line.strip()
|
||||||
|
dl = len(line)
|
||||||
|
print("{} {}".format(dl, line))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user