+ 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.
1 Answer
+ 1
ok thanks
want to know if the i = 2 sets the lowest point of all the values?because below 5 there are negative numbers also.