Skip to content

Instantly share code, notes, and snippets.

@firaja
Last active July 17, 2019 14:59
Show Gist options
  • Save firaja/53406058b079977ccfafccda773a7c75 to your computer and use it in GitHub Desktop.
Save firaja/53406058b079977ccfafccda773a7c75 to your computer and use it in GitHub Desktop.
asd
look_up_table = {
'a' : 'd',
'b' : 'e',
'c' : 'f',
'd' : 'g',
'e' : 'h',
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment