निम्नलिखित कोड का परिणाम क्या है ?
What is the output of the following code ?
y = "I love Python"
y[3] = 's'
print(y)
A)
B)
C)
D)
Explanation: