alphabetically ordered words by twobit

while 1:
\x09a=raw_input()
\x09if list(a)==sorted(a):print a

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page