Question: use python only Write a program that accepts an integer value representing a number from 1 to 12 inclusive, and prints out the word corresponding
use python only
Write a program that accepts an integer value representing a number from 1 to 12 inclusive, and prints out the word corresponding to that number (e.g., "one" corresponds to 1). The input prompt should be: Enter the number: The output should have the format: [number_with_digits] is written [number_with_letters] Note: - Use the list that stores the words corresponding to numbers which has been given in the answer box. For example
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
