SyntaxFix
Write A Post
Hire A Developer
Questions
You're dealing with a python list, and sorting it is as easy as doing this.
my_list = ['Stem', 'constitute', 'Sedge', 'Eflux', 'Whim', 'Intrigue'] my_list.sort()