The Vector class currently has two methods, `euclidean_length` and `magnitude`, that both calculate the L2 norm of a vector: > Also I noticed that Vector's euclidLength and magnitude methods both do the same thing. Should I open an issue to have one of them removed? Let's keep `euclidean_length`. We can keep the tests of `magnitude` in `euclidean_length` _Originally posted by @poyea in https://github.com/TheAlgorithms/Python/issues/5362#issuecomment-946503217_