Implement __add__

Make the + operator work on Vector objects by writing __add__.
Python
Setting up Python environment...
Output