Single Choice
Not Set
QWhat will be the output after the following statements?
x = [4, 5, 7, 8, 9]
y = x
y[1] = 6
print(y)
ID: #4015
Python List MCQ
300 views
Question Info
#4015Q ID
Not SetDifficulty
Python List MCQTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer
Explanation
[4, 6, 7, 8, 9]
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic