Single Choice Not Set

QWhat will be the output after the following statements?
a = min(10, 15, 6, 17, 24)
print(a)

ID: #3787 Python Tuple MCQ 255 views
Question Info
#3787Q ID
Not SetDifficulty
Python Tuple MCQTopic

Choose the Best Option

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

  • A (10, 15, 6, 17, 24)
  • B 6
  • C 5
  • D 24
Correct Answer

Explanation

6

Share This Question

Challenge a friend or share with your study group.