for f in range(1,49):print(''.join(chr(30+[2,f+f-abs(x)][x>-f])for x in range(-47,f)))
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page