Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
For loops index
#2
Manually changing the index variable value in a for loop is not recommended. If you need a loop, set the limits outside of the loop and then enter the loop. If you have to change the index variable value inside the loop, then use a while loop and increment the index variable only in the case that you got a correct maximum value.
Reply


Messages In This Thread
For loops index - by rturus - Mar-23-2021, 08:48 AM
RE: For loops index - by Serafim - Mar-23-2021, 09:29 AM
RE: For loops index - by BashBedlam - Mar-23-2021, 02:51 PM
RE: For loops index - by deanhystad - Mar-23-2021, 03:27 PM
RE: For loops index - by rturus - Mar-23-2021, 03:28 PM
RE: For loops index - by deanhystad - Mar-23-2021, 03:34 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020