Claycsampson4405 Claycsampson4405 06-03-2024 Computers and Technology contestada What is the output of the following Python program? s1 = 'babbe' s1 = s1.replace('b','x') print(s1)