bpo-43488 Update vector.py by icoder-new · Pull Request #24845 · python/cpython
https://bugs.python.org/issue43488
What's new in Vector (vector.py)
- Added
__mul__(Vector and Vector) - Added
__truediv(Vector and Vector) and (Vector and scalar) - Added
__floordiv__(Vector and Vector) and (Vector and scalar) - Added
__mod__(Vector and Vector) and (Vector and scalar)
This new methods is very useful!
It is beta version! By the way we will fix bugs