CrackingCodes.Ch04 package¶
Submodules¶
CrackingCodes.Ch04.PracticeQuestions module¶
Chapter 4 Practice Questions
Answers Chapter 4 Practice Questions via Python code.
CrackingCodes.Ch04.reverseCipher module¶
Reverse Cipher
https://www.nostarch.com/crackingcodes/ (BSD Licensed)
Note
Pretty much the same, except I use double quotes, expand variable names for readability, simplify the while loop, and use fancier operators