Q:

Assume the output : list1 = [1, 2, 3, 4] list2 = [5, 6, 7, 8] print(len(list1 + list2))

0

Assume the output

list1 = [1, 2, 3, 4] list2 = [5, 6, 7, 8] print(len(list1 + list2))

  1. 6
  2. 36
  3. 8
  4. 4

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

Correct Answer:

8

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Python Multiple Choice Questions And Answers

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
Suppose list1 is [1, 3, 2], What is list1 * 2 ?... >>
<< In which of the following we can use "in"...