Skip to content

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

Notifications You must be signed in to change notification settings

1solation/numbers-to-words-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages