What will be the output of the following Python function?


sum(2,4,6)
sum([1,2,3])

Posted on by