combination by hallvabo

from itertools import*
n=id(0)%5*2+5
for c in combinations(map(str,range(1,n+1)),233%n):print' '.join(c)

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

download

return to the top page