What will be the output of the following Python function?
sum(2,4,6) sum([1,2,3])
निम्नलिखित पायथन फ़ंक्शन का आउटपुट क्या होगा?
A. Error, 6 एरर,6
B. 12, Error 12,एरर
C. 12, 6
D. Error, Error एरर,एरर