Aegilops by hallvabo (noembed)

for s in raw_input().split():
 t=s.lower()
 if list(t)==sorted(t):print s,

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

download

return to the top page