Skip to content

Instantly share code, notes, and snippets.

@utahka
Created July 7, 2017 03:11
Show Gist options
  • Save utahka/8549a1fdfe0d1948f2b260f012f4eaf9 to your computer and use it in GitHub Desktop.
Save utahka/8549a1fdfe0d1948f2b260f012f4eaf9 to your computer and use it in GitHub Desktop.
a2z = [chr(i) for i in range(97,97+26)]; print("\n".join([dict(sum([list(dic.items()) for dic in [{i: s[:8*2], i+2: s[2*8:]} for i, s in enumerate([" ".join(sorted(a2z[0::4] + a2z[1::4])), " ".join(sorted(a2z[2::4] + a2z[3::4]))])]], []))[i] for i in range(4)]))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment