Building our Project

Now we have everything we need to make our bottle song project. To recap, we went over creating and changing variables, getting user input and printing output, and we combined some of these concepts together to figure out how to make a while loop that will count down. Now, let’s go over the project we’re gonna be building. First, our project will prompt the user for a “container”, and a “filling”. Then it will run through a loop 99 times, printing out the lyrics of the bottle song with our user’s input. For simplicity sake, we will break this down into individual steps