Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Problem Help!
Post: RE: Problem Help!

(Sep-18-2019, 11:52 PM)ichabod801 Wrote: courses = [] while True: decision=input('Enter A to add course, D to drop course, and E to exit:[A/D/E]') decision=decision.upper() if decision == 'A': ... ...
Noxmancer General Coding Help 5 22,289 Sep-18-2019, 11:54 PM
    Thread: Problem Help!
Post: RE: Problem Help!

(Sep-18-2019, 09:55 PM)ichabod801 Wrote: 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 co...
Noxmancer General Coding Help 5 22,289 Sep-18-2019, 11:32 PM
    Thread: Problem Help!
Post: Problem Help!

I'm having trouble with the code for this problem: Write a program for course registration. Students can use this program to add and drop courses. There should be a loop in the program that tells th...
Noxmancer General Coding Help 5 22,289 Sep-18-2019, 09:41 PM

User Panel Messages

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