MCPcopy Create free account
hub / github.com/asweigart/PythonStdioGames / simplesubcipher.py

File simplesubcipher.py

src/gamesbyexample/simplesubcipher.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""Simple Substitution Cipher, by Al Sweigart al@inventwithpython.com
2A simple substitution cipher has a one-to-one translation for each
3symbol in the plaintext and each symbol in the ciphertext.
4More info at: https://en.wikipedia.org/wiki/Substitution_cipher

Callers

nothing calls this directly

Calls 1

mainFunction · 0.70

Tested by

no test coverage detected