You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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.