I\'m new to Python and thought I\'d try to make a Caesar cipher and could use some help with my code. It looks like this:
def cipher(input): input = input.lo
The statement
output.append(alphabet[pos])
should be inside the else block. In case of i == ' ', the output.append is run twice
i == ' '
output.append