Run ❯
Get your
own Python
server
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
txt = "Hello Sam!" mytable = str.maketrans("S", "P") print(txt.translate(mytable))
Hello Pam!