NUMPY VECTORS/ARRAYS
- setting up a vector
- addition and subtraction of vectors
- multiplication and division
EXTENDING AN ELEMENT
- we CANNOT just add a new element by assigning it
- .append()
- same object just like lists
- .zeros()
USING RANGE FUNCTIONS TO FILL FUNCTIONS
- using range to fill arrays