Skip to content

Instantly share code, notes, and snippets.

@xcriptus
Last active January 5, 2016 09:23
Show Gist options
  • Save xcriptus/b0ee0fae791e67575804 to your computer and use it in GitHub Desktop.
Save xcriptus/b0ee0fae791e67575804 to your computer and use it in GitHub Desktop.
print reduce((lambda x,y:y+x+y),[('%04i %s\n'%(sum(range(1,i+1)),' .'*i)).rjust((63+1)*2+9) for i in range(0,(63+1))]+[(str(sum(range(0,63+1)))*((63+5)/2)+'\n')*2])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment