Day 7

I took a few days off so I am doing the WHILE LOOPS section over from the beginning

NameError example exercise: This little exercise had a script that included a variable (“current”) that was called before it was initialized. I had to add a line of code: “current = 3” to make the output error-free. The screenshot above just shows t…

NameError example exercise: This little exercise had a script that included a variable (“current”) that was called before it was initialized. I had to add a line of code: “current = 3” to make the output error-free. The screenshot above just shows the computer praising me for my good work. I like praise.