Appendix A. Pop Quiz Answers

Chapter 1, NumPy Quick Start

Pop quiz – functioning of the arange() function

What does arange(5) do?

It creates a NumPy array with values 0-4

The created NumPy array has values 0, 1, 2, 3, and 4

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset