How to make a continuous alphabetic list python (from a-z then from aa, ab, ac etc)
I would like to make a alphabetical list for an application similar to an excel worksheet.
I would like to make a alphabetical list for an application similar to an excel worksheet.
I am a bit confused regarding data structure in python; (),[], and {}. I am trying to sort a simple list, probably since I cannot identify the type of data I am failing to sort it.