DEV Community

TANYA LYOP ACHAYI
TANYA LYOP ACHAYI

Posted on

Day 12 of 100.


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!

PythonZeroToHeroStudent

100DaysOfPython

WhileLoops

Top comments (0)