/numbers-to-words-python

tech task/modified code wars kata - given a number (int) return the word equivalent e.g. 42 -> forty two

Primary LanguagePython

numbers-to-words-python

Technical task/modified code wars kata - given a number return the word equivalent e.g. (int)42 -> (string)forty two

How to run:

  • Open main.py and change the variable value of my_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