Exercises: NumPy
We'll cover the following...
Time To Test Your Skills!
Q1.Create a null vector (all zeros) of size 10 and set it in the variable called “Z”.
Press + to interact
# Your solution goes here (Z = ....)
Q2. Create a 1D array of numbers from 0 to 9 and set it in the
... Ask