MCQ Practice Single Best Answer Topic: Python Tuple MCQ

Q Write the output of the following:
a=(1, 2, 3, 2, 3, 4, 5)
print(min(a) + max(a) + a.count(2))

Question ID
#3670
Subchapter
Python Tuple MCQ
Action
Choose one option below

Choose Your Answer

Click an option to check whether your answer is correct.

  • A 8
  • B 6
  • C 13
  • D 7
Correct Answer: A

Explanation

8

Share This Question

Share this MCQ with your friends or study group.