Numbering by nn

!function f(n,p,i){for(i=0;n&&i++<3;f(n-1,'   '+p+i+'.'))print(p+i)}(readline(),'')

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

download

return to the top page