Last active
October 21, 2018 07:53
-
-
Save Tobolov/fae72e1c92c97fabfdd0c10201f8e68a to your computer and use it in GitHub Desktop.
The ultimate codegolfed print statement
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (lambda n, q=[]:(__import__("os").system(""), __import__("sys").setrecursionlimit(1500), print("\n"*9), q.append(list((lambda x: (lambda f, a: f(f, a, []))(lambda f, a, e: f(f, a // 79, e + [a % 79]) if a else e, x))((lambda empty_list: (empty_list.append([(x, y) for x in range(76) for y in range(9)]), (not not __import__('random').shuffle(empty_list[0])) + __import__('functools').reduce(lambda o, r: ((o * 79) + r[1]) * 79 + r[0], empty_list[0], 1)))([])[1]))), [(lambda k: (print("\033[11A"), print((lambda _, __: (lambda f, c, p: f(f, c, p))(lambda f, c, p, y=0, g=[]: (g.append(set([(p[i], p[i + 1]) for i in range(0, len(p), 2)])), "%s\n%s%s" % ((lambda line, t, y: "".join([" " if (i, y) not in t else line[i] for i in range(len(line))]))((lambda k: (lambda f, x: f(f,x))(lambda f, x: chr(47 + ((x%5)>>1)*45 + 3*((x%5)==3)) + f(f, x//5) if x else "", k))(c % 1270549420532818105300429597263780951499936508594), g[0], y), " " * y, f(f, c // 1270549420532818105300429597263780951499936508594, p, y + 1)[1]) if c else ""), _, __)[1])(n, q[0][0:k])), __import__("time").sleep(0)))(l) for l in range(0, len(q[0]), 6)]))(8398189357332446753281462448933328128569296115577002082537900406680692006393009729780525485992268490550990729880488352522006258192086510962190060713061986459418615869758052309197424449118673270823756814926334183573206766695236553186748330953866504473357460739942689486584372095240627898281746711007193577753229462604996292973708725775637263368654988006023916652086130880348746199946334733545411772193728806124638381431159459895579903)[0:0] |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Prints ITOC as ASCII art to the console, adding different parts of it randomly over time till it forms the full ASCII art.
Must run in console or terminal that supports VT100 escape sequences.