Do and DoWhile in Python

Publié le: 20 août 2017
sur la chaîne: 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  


Sur cette page du site, vous pouvez voir la vidéo en ligne Do and DoWhile in Python durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur Magnitopic 20 août 2017, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 7,860 fois et il a aimé 45 téléspectateurs. Bon visionnage!