Python program that takes comma-separated values and shows the numbers from least to largest.
In this lesson, you will learn how to write a Python program that accepts comma-separated numbers from a user and outputs the numbers in ascending order of magnitude.