This project is to modify the Cannon Shot into a shooting game. You are going to create a game in which the the cannon ball shoots straight to the target on the opposite wall. Make the following changes to achieve that goa
Write a Python program that gets a number using keyboard input. (Remember to use input for Python 3 but raw_input for Python 2.)
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.