Python program to take a number between 0 to 9 and print the word representation for that number


0

Following program shows you how to take a number between 0 to 9 and print the word representation for that number.
In this program we get numbers between 0 to 9 from user and print word representation using if condition


Output:

Example1:


Example2:


Example3: