Write a Python program that gets a number using keyboard input. (Remember to use input for Python 3 If the number is positive, the program should call countdown. If the number is negative, the program should call countup. Choose for yourself which function to call (countdown or countup) for input of zero.
Provide the following.
•The code of your program.
•Output for the following input: a positive number, a negative number, and zero.
•An explanation of your choice for what to call for input of zero.
Please fix the following input errors: