Please ensure that JavaScript is running.
Learn
Challenges
Blogs
About
Contact
Learn
Challenges
Blogs
About
Contact
Home
/
Code-challenges
/
Sorted List
Python Code Challenge
101 -
Create a function that takes in a list of numbers and returns True if the list is sorted in ascending order and False otherwise
Python
Lists
Functions