Challenge: Practice Some Basic Methods from the NumPy Library
Write a program to use some basic methods from the NumPy library.
We'll cover the following...
Write a program to complete the following tasks:
- Create an array
a
of size10
with each of its elements set to a value of3
. - Find the memory size of this array and its individual element.
- Create an array
b
of size