Fyltr Shkn Line Vpn Qrmz Ba Lynk Mstqym -hot | Danlwd

So the interesting content would be:

def atbash(text): result = "" for c in text: if c.isalpha(): if c.islower(): result += chr(219 - ord(c)) else: result += chr(155 - ord(c)) else: result += c return result print(atbash("danlwd fyltr shkn")) # try it danlwd fyltr shkn Line Vpn qrmz ba lynk mstqym -HOT

Example (Atbash for English letters only): So the interesting content would be: def atbash(text):