+ 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 Odpowiedź
+ 1
ok thanks
23rd Feb 2018, 9:39 PM
Deepak Kumar
Deepak Kumar - avatar