Run »
×
Change Orientation
txt = "Hello Sam!"; mytable = txt.maketrans("S", "P"); print(txt.translate(mytable));
Hello Pam!
×
Report a Problem:
Your E-mail:
Page address:
Description:
Submit