Skip to content

caesarHacker.py - line 22 - Typo #12

Description

@gaoyaoxin

# handle the wrap-around if num is 26 or larger or less than 0
Should be:
# handle the wrap-around if num is less than 0
When decrypting, the number to wrap-around can only be less than 0 since it is always doing a subtraction to decrypt.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions