Why | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

Why

i = 5 while True: print(i) i = i - 1 if i <= 2: break when they say while true: what do they mean by true??? whats supposed to be true????

11th Jul 2017, 12:39 AM
Mohammed Heyouni
Mohammed Heyouni - avatar
1 Answer
0
True is a keyword that obviously means true and the conditional runs
11th Jul 2017, 12:56 AM
Andrés04_ve
Andrés04_ve - avatar