Question: Write a PYTHON program that includes a function called isSorted that expects a list as an argument and returns True if the list is sorted,
Write a PYTHON program that includes a function called isSorted that expects a list as an argument and returns True if the list is sorted, or returns False otherwise.
A function which returns either True or False is also called a predict.
The program should also include a main function which defines a list of integers and then call the isSorted function to test if the list is sorted or not. For testing purpose, the list of integer should include 0, 1, 2, and more than 2 integers.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
