orlandpm / Math-for-Programmers

Source code for the book, Math for Programmers
818 stars 388 forks source link

No need to unpack in add function #17

Open human122 opened 2 years ago

human122 commented 2 years ago

https://github.com/orlandpm/Math-for-Programmers/blob/6966ec60a8243e884311cd3b566bd65ecc2b0541/Chapter%2002/vectors.py#L9

Hi! There is no need to use "*" and unpack vectors in this place.