Programming Language Python List MCQ Question #3781
Single Choice Not Set

QWhat will be the output after the following statements?
a = [3, 6, 9]
b = [3, 6, 9]
print(a is b, a == b)

ID: #3781 Python List MCQ 277 views
Question Info
#3781Q ID
Not SetDifficulty
Python List MCQTopic

Choose the Best Option

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

  • A True True
  • B False False
  • C False True
  • D True False
Correct Answer

Explanation

False True

Share This Question

Challenge a friend or share with your study group.