library_image

Errata: Captain Code: Unleash Your Coding Superpower with Python

Errata: Captain Code: Unleash Your Coding Superpower with Python


PageLocationCorrection
99Encrypt.py, 5 lines from bottom, code: (asciiMax – asciiMin)Should be: (asciiMax – asciiMin + 1)
103Decrypt.py, second snippet, code: (asciiMax – asciiMin)Should be: (asciiMax – asciiMin + 1)