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 = ....)
# Your solution goes here (Z = ....)