adds the character 0 at the beginning of a workd


## Description

It takes 2 arguments.

`padzero(count, word_or_number)`

- `count` - number of character the word will have
- `word_or_number` start of the word

## Usage

- `padzero(4, 5)` - returns '0005'

