#!/usr/bin/python output = '' for j in range(24): for i in range(80): output += chr(32 + (lambda c: (lambda f: f(f, c, c, 0))( lambda f, z, c, m: (m if not (abs(z) <= 2 and m <= 63) else f(f, z * z + c, c, m + 1))))( i / 20. - 2 + 1j * j/12. - 1j)) output += "\n" print output