MCQ Practice Single Best Answer Topic: Python List MCQ

Q What will be the output after the following statements?
a = [4, 25, 16, 9, 24]
print(max(a))

Question ID
#3788
Subchapter
Python List MCQ
Action
Choose one option below

Choose Your Answer

Click an option to check whether your answer is correct.

  • A [4, 25, 16, 9, 24]
  • B 9
  • C 25
  • D 24
Correct Answer: C

Explanation

25

Share This Question

Share this MCQ with your friends or study group.