Question: use python 1.Develop and test a function that return if the input argument (x, y, z; either integer or string) are sorted in ascending (True)
use python
1.Develop and test a function that return if the input argument (x, y, z; either integer or string) are sorted in ascending (True) or not (False)
2.Develop and test a function that return if the input argument (x, y, z; either integer or string) are sorted in descending (True) or not (False)
3.Develop and test a function that return if the input argument (x, y, z; either integer or string) are equal (True) or not (False)thus, can be sorted in any order
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
