Question: Python QUESTION 1 Which expression creates an array of the first 25 positive odd numbers? numpy.arange(25) O range(25) numpy.arange(1,26) numpy.arange(1,51,2) QUESTION 2 What is the
Python

QUESTION 1 Which expression creates an array of the first 25 positive odd numbers? numpy.arange(25) O range(25) numpy.arange(1,26) numpy.arange(1,51,2) QUESTION 2 What is the value of the following expression? (Do not execute this code: run out of memory.) numpy.unique (numpy.eye (50000) 2) O array(0,2) 2500000000 50000 O array(I-2,-1)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
