← NumPy Basics
Make a NumPy Array
① Learn
NumPy arrays store many numbers in one object. They are the standard starting point for data science in Python.
② Implement — write it, run it, submit
Goal
Import NumPy and make `scores` an array containing `8`, `10`, and `12`.
Output
Hints
- Stuck? Reveal a hint.