Today I explored while loops. Unlike a for loop that runs a set number of times, a while loop keeps going as long as a condition is true.
I practiced counting up to 5 and even created a little guessing game. It feels like Python can now wait and listen until the job is done.
One condition, endless possibilities!
Top comments (0)