Python Projects : a simple WHILE loop
Hello World, As some of you have noticed, I've recently been learning Python with my buddy "H", we have a specific application in mind that we are trying to create, so we are doing our best to gather as much helpful information as we can while creating mini programs on the way. I actually bought a journal in which I'm keeping track of helpful information that I come across that would be helpful to our final application. And I will be sharing some of these projects and what I've learned as I go along. Ok, so one thing that I had some trouble with was loops. The two specific ones are the "FOR" loops and the "WHILE" loops. Since many of the tiny programs that I'm working on sometimes ask the user if they want to try something again, a WHILE loop would be great for such a thing. So on a program I was working on yesterday, I literally deleted the whole loop area and started form scratch, and I saw how simple it actually is. So here is the test ...