Chapter 1, NumPy Quick Start
Pop quiz – functioning of the arange() function
What does |
It creates a NumPy array with values 0-4 The created NumPy array has values 0, 1, 2, 3, and 4 |
What does |
It creates a NumPy array with values 0-4 The created NumPy array has values 0, 1, 2, 3, and 4 |