Login
Remember
Register
Ask a Question
What is the output of print(np.array([1,2,3]) +1)?
+1
vote
asked
Jan 28, 2020
in
Data Handling
by
rahuljain1
What is the output of print(np.array([1,2,3]) +1)?
[2 3 4]
[1 1 2 3]
[11 21 31]
[1 2 3 1]
#output-array
DataHandling-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 28, 2020
by
SakshiSharma
[2 3 4]
...