Python Forum
Need help !!! Loop is not moving
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Need help !!! Loop is not moving
#2
Please use proper code tags (see the BBCode link in my signature below) and post in the correct forum. I have corrected your post for now. If the indentation shown in the corrected post above is correct, then the problem is that everything from if choice == 'n': is outside of the while loop. You need to indent all the code you want to be part of the loop in one level.
Craig "Ichabod" O'Brien - xenomind.com
I wish you happiness.
Recommended Tutorials: BBCode, functions, classes, text adventures
Reply


Messages In This Thread
Need help !!! Loop is not moving - by aankrose - Aug-14-2018, 04:49 PM
RE: Need help !!! Loop is not moving - by ichabod801 - Aug-14-2018, 05:41 PM
RE: Need help !!! Loop is not moving - by aankrose - Aug-14-2018, 05:54 PM
RE: Need help !!! Loop is not moving - by nilamo - Aug-14-2018, 05:59 PM
RE: Need help !!! Loop is not moving - by aankrose - Aug-14-2018, 07:07 PM

Forum Jump:

User Panel Messages

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