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