Skip to content

Instantly share code, notes, and snippets.

@kunigami
Last active November 9, 2019 18:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kunigami/cd92813e2a2ee4fb67e55376def98f14 to your computer and use it in GitHub Desktop.
Save kunigami/cd92813e2a2ee4fb67e55376def98f14 to your computer and use it in GitHub Desktop.
s = root
for a in H:
s = e(s, a)
print output(s)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment