Alphabetize a List of Names in Python from a list of inputs without being able to use any sort of sort function
I do not have a lot of programing experience, but I’ve been trying to get a program working were from a number of inputs it can alphabetize a list and print it going up and down without showing any of the steps it does to get to the conclusion. and can’t use any sort function in it.