MCQ Practice Single Best Answer Topic: Python List MCQ

Q What will be the output after the following statements?
a = [4, 7, 9]
b = [4, 7, 9]
print(a is b)

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

Choose Your Answer

Click an option to check whether your answer is correct.

  • A a is b
  • B False
  • C not b
  • D True
Correct Answer: B

Explanation

False

Share This Question

Share this MCQ with your friends or study group.