Question: For python DESCRIPTION Write a function that takes number between 1 and 7 as a parameter and prints out the corresponding number as a string.
DESCRIPTION Write a function that takes number between 1 and 7 as a parameter and prints out the corresponding number as a string. For example, if the parameter is 1, your function should print out one. If the parameter is 2, your function should print out two, etc. In your file, you should include a main) that allows the user to enter a number and calls your function to demonstrate that it works. Hint: if cond1: elif cond2: else: zzZZ
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
