Single Choice Not Set

QWhat will be the output after the following statements?
x = [10, 20, 30]
y = x[1] + x[2]
print(y)

ID: #3437 Python List MCQ 426 views
Question Info
#3437Q ID
Not SetDifficulty
Python List MCQTopic

Choose the Best Option

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

  • A 10
  • B 20
  • C 30
  • D 50
Correct Answer

Explanation

Share This Question

Challenge a friend or share with your study group.