A Python program that sorts words in ascending order
In this lesson, you will learn how to write a program that accepts a comma separated sequence of words as input and prints the words in a comma-separated sequence after sorting them alphabetically.