What will be the output of the following Python code?
example = "snow world"example[3] = 's'print (example)
निम्नलिखित Python कोड का आउटपुट क्या होगा?
A. snow स्नो
B. snow world स्नो वर्ल्ड
C. Error एरर
D. snos world स्नोस वर्ल्ड