Create a function that takes a number n and returns its length.
n
Length(10) ➞ 2 Length(5000) ➞ 4 Length(0) ➞ 1
N/A