Question: 1: Make a empty list called courselist 2: Use a while loop to ask the user to enter a course or q to quit. Each

1: Make a empty list called courselist

2: Use a while loop to ask the user to enter a course or q to quit. Each loop, if a course is entered, it should be added to the list. If q is entered, break out of the loop.

3: Use a for i in range() loop, len() function, and index numbers to print all of elements of the list on separate lines

4:Use a for loop without the range() function to print all of the elements of the list on separate lines.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!