Do and DoWhile in Python

preview_player
Показать описание
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:
print(num)
if num_900:
break

-----------------
Рекомендации по теме