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
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer: Option A
Explanation
8
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic