Count down

Write a function count_down that takes a positive integer start as input and returns a list of integers counting down from start to 0.
Python
Setting up Python environment...
Output