Searched refs:rot13 (Results 1 – 1 of 1) sorted by relevance
156 def rot13(text: str) -> str: function177 return 'b_' + rot13(name)