You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#Write a Python function descending(ls) that returns True if each element in its input list is at least as small as the one before it. For empty list, it should be True.
#Here are some examples to show how your function should work.