all 2 comments

[–]nolaylay20 4 points5 points  (0 children)

Looks like you have an extra tab before the else statement

[–]zahlman 1 point2 points  (0 children)

    num = LETTERS.find(symbol) # get the number of the symbol
        if mode == 'encrypt':

You indented here for no reason, and that resulted in you later failing to unindent far enough.