i = 2 while i <=5: print(i) i+= 1 print("Finished!") | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

i = 2 while i <=5: print(i) i+= 1 print("Finished!")

want to know if the i = 2 sets the lowest point of all the values?because below 5 there are negative numbers also.

23rd Feb 2018, 9:35 PM
Deepak Kumar
Deepak Kumar - avatar
1 Answer
+ 1
ok thanks
23rd Feb 2018, 9:39 PM
Deepak Kumar
Deepak Kumar - avatar