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

Default error msg

Login

New to Study24x7 ? Join Now
Already have an account? Login
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
Most Related Articles