Technical task/modified code wars kata - given a number return the word equivalent e.g. (int)42 -> (string)forty two
- Open
main.py
and change the variable value ofmy_number
to a number from 0-99. - Run the script through your IDE or in a terminal within the project folder run
python3 main.py