adds a number X of spaces to the left of a “string” whcih is just a collection of characters. Mostly used for nice printing
Usage: var = pad(“hello”, n_spaces)
adds a number X of spaces to the left of a “string” whcih is just a collection of characters. Mostly used for nice printing