Challenge: Arrange a Binary List
Let's write a function to sort a binary list.
We'll cover the following...
Problem statement
Implement a function sort_binary_list(lst)
that takes a binary list of numbers and returns a sorted ...