Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Problem Help!
#2
I would use one while loop that starts before the decision input. All the while loops you currently have should be converted to an if/elif chain. The exit command would break out of the one while loop. You could add an else statement to the end to say 'Please choose A, D, or E' or some other warning on invalid input.
Craig "Ichabod" O'Brien - xenomind.com
I wish you happiness.
Recommended Tutorials: BBCode, functions, classes, text adventures
Reply


Messages In This Thread
Problem Help! - by Noxmancer - Sep-18-2019, 09:41 PM
RE: Problem Help! - by ichabod801 - Sep-18-2019, 09:55 PM
RE: Problem Help! - by Noxmancer - Sep-18-2019, 11:32 PM
RE: Problem Help! - by ichabod801 - Sep-18-2019, 11:52 PM
RE: Problem Help! - by Noxmancer - Sep-18-2019, 11:54 PM
RE: Problem Help! - by ichabod801 - Sep-18-2019, 11:55 PM

Forum Jump:

User Panel Messages

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