Q28
What will be the output of the following code:string = "Hello, world!"print(string.replace("o", "i"))
A.
Helli, wirld!
B.
Hell, wirld!
C.
Hii
AnswerD.
Hello, world!
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board