function specialPrint has been defined. It takes as parameter an integer and prints each of the digits in word format.
Example: for input specialPrint(62), it prints: six two
Write a program that uses specialPrint to print the values for 37, 93, 14 and 568.
Note: The method has already been defined. Your job is to just call the method with the given values.I need this in python language
Answers
Answered by
1
Answer:
function specialPrint has been defined. It takes as parameter an integer and prints each of the digits in word format.
Example: for input specialPrint(62), it prints: six two
Write a program that uses specialPrint to print the values for 37, 93, 14 and 568.
Note: The method has already been defined. Your job is to just call the method with the given values.I need this in python language
Similar questions