216k views
0 votes
Write a recursive function named is_decreasing that takes as its parameter a list of numbers. It should return True if the elements of the list are strictly decreasing (each element in the array is strictly less than the previous one), but return False otherwise.

User Yfsx
by
5.4k points

1 Answer

6 votes

Answer:

c

Step-by-step explanation:

User Steffi
by
5.5k points