I would recommend in future projects to continue with working the core of the program first, working with the for loop first made it easy to test and make adjustments. Building around the core of the function was easy because once you got the function to do it’s main job you can just add the loops necessary to make it run continuously. In conclusion I plan on working on future projects with the same strategy as I did programing this one.