Permutations by Defenestrator

for i in range(181897):
 if len(set('%06o67'%i))>7:print' '.join('%06o'%i)

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

download

return to the top page