Python Programming Masterclass 13 - The While Loop Statement - Beginner to Expert
The Python while loop is basically just a way to construct code that will repeat while a certain condition is true. To create a while loop, you'll need a target statement and a condition, and the target statement is the code that will keep executing for as long as the condition remains true.
The syntax for a while loop looks like this:
while condition:
statement(s)
En esta página del sitio puede ver el video en línea Python Programming Masterclass 13 - The While Loop Statement - Beginner to Expert de Duración hora minuto segunda en buena calidad , que subió el usuario Eduard G 26 noviembre 2017, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 22 veces y le gustó 1 a los espectadores. Disfruta viendo!