Im trying to do a caesar cipher and here is my code
def getinputfile(message): list_ = [] with open(message, \'r\') as lines: content = lines.read