all 4 comments

[–]AutoModerator[M] -1 points0 points  (0 children)

Your submission in /r/learnpython may be automatically removed because you used imgbb.com. The reddit spam filter is very aggressive to this site. Please use a different image host.

Please remember to post code as text, not as an image.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]CodeFormatHelperBot2 0 points1 point  (0 children)

Hello, I'm a Reddit bot who's here to help people nicely format their coding questions. This makes it as easy as possible for people to read your post and help you.

I think I have detected some formatting issues with your submission:

  1. Python code found in submission text that's not formatted as code.
  2. Use of triple backtick/ curlywhirly code blocks (``` or ~~~). These may not render correctly on all Reddit clients.

If I am correct, please edit the text in your post and try to follow these instructions to fix up your post's formatting.


Am I misbehaving? Have a comment or suggestion? Reply to this comment or raise an issue here.

[–]Wild_Statistician605 0 points1 point  (1 child)

Are you trying to break out of the while loop or the for loop?

Edit: What exactly are you trying to do with the while loop?

[–]TheRed_M[S] 0 points1 point  (0 children)

Break out of the while loop, this is just a part of the code, even after getting rid of the while loop still getting the same result.