[Tutor] string list in alphabetical!

Steven D'Aprano steve at pearwood.info
Mon Oct 21 13:16:52 CEST 2013


On Sun, Oct 20, 2013 at 09:15:05PM -0500, Sammy Cornet wrote:
> Thank you for help Steven! I intend to correct it. But also I would 
> like to know if I wrote the correctly in order to the output that I'm 
> looking for?

I don't know, I didn't study your code in that much detail.

Why don't you fix the problems you already know about, then try running 
it, and see if it works as you expect?

That is the normal process of programming: 

1) write some code 
2) fix the bugs until it will run
3) test if it works correctly
4) repeat until done


-- 
Steven


More information about the Tutor mailing list