Errata
Captain Code: Unleash Your Coding Superpower with Python · ISBN 0137653573 · 2 corrections
Initial printing
| Page | Location | Correction |
|---|---|---|
| 99 | Encrypt.py, 5 lines from bottom, code: (asciiMax – asciiMin) | Should be: (asciiMax – asciiMin + 1) |
| 103 | Decrypt.py, second snippet, code: (asciiMax – asciiMin) | Should be: (asciiMax – asciiMin + 1) |