Skip to content

Instantly share code, notes, and snippets.

@milin
Created February 22, 2010 05:09
Show Gist options
  • Select an option

  • Save milin/310816 to your computer and use it in GitHub Desktop.

Select an option

Save milin/310816 to your computer and use it in GitHub Desktop.
for alphabet in alphabets:
encrypt_table[alphabet] = chr(ord(alphabet) + 3)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment