Www.mystudyzone.com

Q.7Give Number of bytes for the following:-(a) int_ (b) String_ (c ) bool_ (d) float32. Q.8 Give name of functions which are used to create Numpy array with example. Q.9 What is the difference between List and array? Q.10 Find out output of the following code: import numpy as array. L=np.arange(20) A=np.array… ................
................