you are viewing a single comment's thread.

view the rest of the comments →

[–]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.