The main objective is to really start programming beyond a 'hello world' app. Check the homework specification.
__add__, __gt__, .
vectors.py. The file may not import any external module.
MyVector
[1,2,3])
get_vector(self) that returns one dimensional array of vector elements
__mul__(self,other) that computes the scalar product (sometimes called dot product or inner product) and return the result.
vectors.py before deadline.