Retired

Integer to Text (retired)

Description:

Your mission is to build a function integer_to_text that converts integer numbers to english from 0 up to 999999.

If the input is not between 0 and 999999 return "Error".

Make sure you capitalize the fist letter of the text string.

Examples:

integer_to_text(47)          # returns "Forty seven"
integer_to_text(470)         # returns "Four hundred seventy"
integer_to_text(15072)       # returns "Fifteen thousand seventy two"
Fundamentals
Numbers
Data Types
Integers
Strings
Algorithms
Logic

Stats:

CreatedFeb 7, 2019
Warriors Trained14
Total Skips0
Total Code Submissions49
Total Times Completed6
Python Completions6
Total Stars1
% of votes with a positive feedback rating0% of 4
Total "Very Satisfied" Votes0
Total "Somewhat Satisfied" Votes0
Total "Not Satisfied" Votes4
Total Rank Assessments4
Average Assessed Rank
7 kyu
Highest Assessed Rank
5 kyu
Lowest Assessed Rank
8 kyu
Ad
Contributors
  • TiagoGomes! Avatar
Ad