norm# Vector.norm(copy=True)[source]# Return the vector normalized to 1. Parameters: copybool, default TrueIf True, return a copy of the vector, otherwise normalize the vector in place. Returns: normalized_vectorsVector