Created
December 5, 2015 21:27
-
-
Save lazzarello/a219217eefec4b7bfed5 to your computer and use it in GitHub Desktop.
This file contains 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
python -c 'print (lambda r,w,h:"\n".join("".join((" ","🍕")[c] | |
for c in s)for s in reduce(lambda a,y:a+[[r>>(a[y][x-1]*4+a[y][x]*2+a[y][(x+ | |
1)%w])&1for x in range(w)]],range(h),[[0]*(w/2)+[1]+[0]*(w/2)])))(90,63,31)' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment