6 lines
96 B
Python
6 lines
96 B
Python
|
from voussoirkit import pipeable
|
||
|
|
||
|
|
||
|
for line in pipeable.go():
|
||
|
pipeable.output(line.lower())
|