Contact: aviboots(AT)netvision.net.il
39,970 questions
51,912 answers
573 users
s = 'Python Programming' s = s.replace('y', 'X') print(s) ''' run: PXthon Programming '''
s = 'Python Programming' s = s.replace('o', 'X') print(s) ''' run: PythXn PrXgramming '''