Run »
×
Change Orientation
#use a dictionary with ascii codes to replace 83 (S) with 80 (P): mydict = {83: 80}; txt = "Hello Sam!"; print(txt.translate(mydict));
Hello Pam!
×
Report a Problem:
Your E-mail:
Page address:
Description:
Submit