MCQ Single Best Answer Easy

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

ID: #5361 SNN MCQ in Python 485 views
Question Info
#5361Q ID
EasyDifficulty
SNN MCQ in PythonTopic

Choose the Best Option

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

  • A [2 3 4]
  • B [11 21 31]
  • C [1 2 3 1]
  • D [1 1 2 3]
Correct Answer: Option A

Explanation

[2 3 4]

Share This Question

Challenge a friend or share with your study group.