Do and DoWhile in Python

Published: 20 August 2017
on channel: 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  


On this page of the site you can watch the video online Do and DoWhile in Python with a duration of hours minute second in good quality, which was uploaded by the user Magnitopic 20 August 2017, share the link with friends and acquaintances, this video has already been watched 7,860 times on youtube and it was liked by 45 viewers. Enjoy your viewing!