Python Forum
Hello need some help with some code!
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Hello need some help with some code!
#2
First, make sure line 8 is indented the same as line 6 and that line 9 is indented the same as line 7. Maybe that's a copy and paste error, but the code as posted won't work.

Next, indent the first 9 lines under a while True: loop. Add a break statement after line 7, to get out of the loop when they confirm the answer.
Craig "Ichabod" O'Brien - xenomind.com
I wish you happiness.
Recommended Tutorials: BBCode, functions, classes, text adventures
Reply


Messages In This Thread
RE: Hello need some help with some code! - by ichabod801 - Apr-21-2019, 05:18 PM
RE: Hello need some help with some code! - by Yoriz - Apr-21-2019, 05:22 PM

Forum Jump:

User Panel Messages

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