Question: python Question 14 1 pts Suppose you have a string s = 'abcabc' and you want to replace the 'b's with 'B's. Then you can
Question 14 1 pts Suppose you have a string s = 'abcabc' and you want to replace the 'b's with 'B's. Then you can use O s.replace(B) O s.replace('B! 'b) O s.replace(B replace(s. b, B)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
