What will be the output of the following Python code snippet?
print('abcdef12'.replace('cd', '12'))
निम्नलिखित Python कोड स्निपेट का आउटपुट क्या होगा?
A. ab12ef12
B. abcdef12
C. ab12efcd
D. none of the mentioned उल्लेखित कोई नहीं