MCQ Single Best Answer Not Set

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

ID: #3670 Python Tuple MCQ 254 views
Question Info
#3670Q ID
Not SetDifficulty
Python Tuple MCQTopic

Choose the Best Option

Click any option to instantly check if you're correct.

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

Explanation

8

Share This Question

Challenge a friend or share with your study group.