Python Forum
increment variable in while loop
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
increment variable in while loop
#2
With every loop in while you have:
round = 1
round += 1
So round can't be anything else than 2. You should move round = 1 out of while loop.
I'm not 'in'-sane. Indeed, I am so far 'out' of sane that you appear a tiny blip on the distant coast of sanity. Bucky Katt, Get Fuzzy

Da Bishop: There's a dead bishop on the landing. I don't know who keeps bringing them in here. ....but society is to blame.
Reply


Messages In This Thread
increment variable in while loop - by Naito - Jan-20-2019, 12:20 PM
RE: increment variable in while loop - by perfringo - Jan-20-2019, 12:25 PM
RE: increment variable in while loop - by Naito - Jan-20-2019, 12:30 PM
RE: increment variable in while loop - by buran - Jan-20-2019, 12:25 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Variable definitions inside loop / could be better? gugarciap 2 548 Jan-09-2024, 11:11 PM
Last Post: deanhystad
  How to create a variable only for use inside the scope of a while loop? Radical 10 2,153 Nov-07-2023, 09:49 AM
Last Post: buran
  help to increment a third list hermine 7 1,476 Nov-29-2022, 04:19 PM
Last Post: perfringo
  mysql id auto increment not working tantony 10 2,684 Oct-18-2022, 11:43 PM
Last Post: Pedroski55
  Nested for loops - help with iterating a variable outside of the main loop dm222 4 1,745 Aug-17-2022, 10:17 PM
Last Post: deanhystad
  loop (create variable where name is dependent on another variable) brianhclo 1 1,209 Aug-05-2022, 07:46 AM
Last Post: bowlofred
  Multiple Loop Statements in a Variable Dexty 1 1,269 May-23-2022, 08:53 AM
Last Post: bowlofred
Big Grin Variable flag vs code outside of for loop?(Disregard) cubangt 2 1,268 Mar-16-2022, 08:54 PM
Last Post: cubangt
  How to save specific variable in for loop in to the database? ilknurg 1 1,228 Mar-09-2022, 10:32 PM
Last Post: cubangt
  How to add for loop values in variable paulo79 1 1,530 Mar-09-2022, 07:20 PM
Last Post: deanhystad

Forum Jump:

User Panel Messages

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