Choice Card

What will be the output of the following Python code? >>> a=(2,3,4) >>> sum(a,3)

Belongs to subject Python

What will be the output of the following Python code?

a=(2,3,4) sum(a,3)