Get your own Python server Result Size: 625 x 565
x
 
txt = "Hello Sam!"
mytable = str.maketrans("S", "P")
print(txt.translate(mytable))
Hello Pam!