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