How can I sort alphabetically the words that (have the same number of letters in this list?:
['air','aim', 'apple', 'aid', 'amount', 'above','access']
#result: aid, aim, air, above, apple, access, amount
Thank you.
How can I sort alphabetically the words that (have the same number of letters in this list?:
['air','aim', 'apple', 'aid', 'amount', 'above','access']
#result: aid, aim, air, above, apple, access, amount
Thank you.