I\'m trying to understand a specific line of code in this ROT47 algorithm:
ROT 47 explained here: ROT47 Wikipedia
Code:
def rot47(s): x = []