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