In $\mathbb{R}^n$ the euclidean norm of $x \in \mathbb{R}^n$ is the number $||x|| \in \mathbb{R} $ such that $||x||=\sqrt{(x_1^2+x_2^2+...+x_n^2)}$.
It induces the euclidean distance: if $x,y$ are points in $\mathbb{R}^n$, the euclidean distance between them is the number $d(x,y)=||x-y||=\sqrt{(x_1-y_1)^2+(x_2-y_2)^2+...+(x_n-y_n)^2}$.
This distance is the one that has been used in all the multivariable calculus theory that I have studied this year. There are lots of norms that induce distances, so why has the euclidean norm been the chosen one? Do other norms induce a "worse" distance in some sense for multivariable calculus theory construction?