You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update Python Program to Sort Words in Alphabetic Order.py
Changes:
>Removes punctuation
>Sorts all words alphabetically by using consistent case (.lower())
>Ignores duplicate words
>Output is a dictionary which assigns each alphabetized word (value) a respective number (key)
0 commit comments