Python Forum
Function producing no result
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Function producing no result
#2
You put continue, which is not needed at all. Not to mention that the code you want to loop is not even in the loop. Get rid of the continue statement and indent the code you want under the while loop.
Reply


Messages In This Thread
Function producing no result - by aditvaddi - Jul-09-2018, 11:35 PM
RE: Function producing no result - by Zombie_Programming - Jul-10-2018, 12:44 AM
RE: Function producing no result - by Nwb - Jul-10-2018, 03:23 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  function giving different result with @functool.cache naughtysensei 3 1,921 Nov-25-2020, 03:12 PM
Last Post: naughtysensei

Forum Jump:

User Panel Messages

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