MCQ Practice Single Best Answer Topic: Python List MCQ

Q What will be the output after the following statements?
x = [5, 4, 3, 2]
print(x)

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

Choose Your Answer

Click an option to check whether your answer is correct.

  • A [5, 4, 3, 2]
  • B 5, 4, 3, 2
  • C 5432
  • D (5, 4, 3, 2)
Correct Answer: A

Explanation

[5, 4, 3, 2]

Share This Question

Share this MCQ with your friends or study group.