how to use while loop in python idle #shorts #python

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

You can use this also
👇

for i in range(0, 10):
print(i)

Crazy_Naimish
Автор

In this code the program will print 1 to 10 as after it i will be greater than number

hassan
Автор

The condition will be false because I is not greater than number

anshikachauhan