MCQ Single Best Answer Easy

QWhat is the output of print(np.dot([1,2,3],[[1],[2],[3]])?

ID: #5367 SNN MCQ in Python 397 views
Question Info
#5367Q ID
EasyDifficulty
SNN MCQ in PythonTopic

Choose the Best Option

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

  • A [[1 2 3] [2 4 6] [3 6 9]]
  • B throws error
  • C [[14]]
  • D [14]
Correct Answer: Option D

Explanation

[14]

Share This Question

Challenge a friend or share with your study group.