Computer Science, asked by ap12392, 2 months ago

6. Find the output of the following:
>>>S = 1, (2,3,4), 5, (6,7)
>>> len(s).

Answers

Answered by StudyWithExpert
3

Answer:

The exact output will be as follows:

1*(2+3+4) * 5 * (6+7)

=1*9*5*13

=9*65

=585

Plz Mark my answer as brainliest if it satisfies your purpose

And plz hit the thanks button

Similar questions