Print a countdown from n to 1 The function below takes one parameter: an integer (begin). Complete the function so that it print
s the numbers starting at begin down to 1, each on a separate line. There are two recommended approaches for this: (1) use a for loop over a range statement with a negative step value, or
(2) use a while loop, printing and decrementing the value each time.
student.py 1 - def print_countdown(begin): # Implement your function here. Be sure to indent your code block! Restore original file
One of the founders of Foursquare is Dennis Crowley. The other is Naveen Selvadurai. I know you didn't ask for both but I wanted to give them to you just in case. I hope this helps! (: