4 lines
88 B
Text
4 lines
88 B
Text
do
|
|
s=wscript.stdin.readline
|
|
wscript.stdout.writeline s
|
|
loop until asc(left(s,1))=26
|