Single Choice Not Set

QWhat will be the output after the following statements?
x = [[0.0, 1.0, 2.0],[4.0, 5.0, 6.0]]
y = x[1][2]
print(y)

ID: #3439 Python List MCQ 375 views
Question Info
#3439Q ID
Not SetDifficulty
Python List MCQTopic

Choose the Best Option

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

  • A 0.0
  • B 1.0
  • C 5.0
  • D 6.0
Correct Answer

Explanation

list mcq

Share This Question

Challenge a friend or share with your study group.