Run ❯
Get your
own Python
server
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
txt = "Good night Sam!" x = "mSa" y = "eJo" z = "odnght" mytable = str.maketrans(x, y, z) print(txt.translate(mytable))
G i Joe!