Do and DoWhile in Python

Publicado el: 20 agosto 2017
en el canal de: Magnitopic
7,860
45

In this video we see that Python doesn't have a Do or DoWhile so we use this method to achieve it:

import random
while True:
num=random.randint(1, 1000)
print(num)
if num_900:
break

All the code shown in the video: https://github.com/magnitopic/YouTube...
-----------------
My Web Page: https://www.magnitopic.com/
My GitHub: https://github.com/magnitopic
My Code Blog: http://altocodigo.blogspot.com.es
My Twitter:   / magnitopic  


En esta página del sitio puede ver el video en línea Do and DoWhile in Python de Duración hora minuto segunda en buena calidad , que subió el usuario Magnitopic 20 agosto 2017, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 7,860 veces y le gustó 45 a los espectadores. Disfruta viendo!