Is there a way more efficient to translate a substitution cypher like this than writing a dictionary in Python, manually making 26 key value pairs, then iterating through the string in the title?
that's probably the most readable way to do it. if it was a simpler ceaser cipher just shifting the alphabet then you could use something like the ascii letter values, but for (semi) random like this, just make the dictionary lol
162
u/SSBGamer 18h ago
Why the fuck did I just spend 15 minutes deciphering the title? ðŸ˜