0 votes
in Python by
The output of this Python code would be:

select the correct answer from below options

sum(1,2,3)

sum([2,4,6])

1) 6, 12

2) Error, Error

3) Error, 12

4) 6, Error

1 Answer

0 votes
by

3) Error, 12

Related questions

0 votes
asked Aug 22, 2022 in Python by Robindeniel
0 votes
asked Aug 22, 2022 in Python by Robindeniel
...