Jan20_FunctionsHW5.py
echo
that takes a string as input and prints it twice.double
that takes in a number and returns double the value of the number. Call the function and print its output.count
that takes a number as input and prints a countdown from 1 to that number. For example, calling count(5)
should print:1 2 3 4 5
If you have any questions, please email me at williamsmith@ayclogic.com.