While loops

--Originally published at Luis Santana's Blog

The first big problem I was, the while loop, after some research I found some information really useful that helped me with this topic. If you want to learn more visit this site http://www.python-course.eu/python3_loops.php

First the definition of a while loop; the while loop is just the same as you use while in common Englsh language. The main characteristic of a while and loop is that it repeats over time, it doesn’t have an end until the condition is accomplished.

Here you can see an example

while

Here you can see a video I used as a guide! https://www.youtube.com/watch?v=jSs58VZVLw8