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
Most likely your is_ascending function mutates the contents of the items list and returns the wrong answer, causing the discrepancy report to print out the modified items instead of the original argument.
ARGUMENTS: [1, 2, 3]
EXPECTED: False
RETURNED: True
This is for the problem with function -> is_ascending(items)
The question is Ascending list
Well if its not ascending then what is it ?
The text was updated successfully, but these errors were encountered: