The output of this Python code would be:sum(1,2,3)sum([2,4,6]) - Study24x7
Social learning Network
27 Feb 2024 12:51 PM study24x7 study24x7

The output of this Python code would be:

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

A

 6, 12

B

Error, Error

C

 Error, 12

D

6, Error

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles