Question: 1. This program produces this output. True or False? books o points book input(What book are you returning? )while book !. books.append(book) book - input(What


1. This program produces this output. True or False? books o points book input(What book are you returning? )while book !". books.append(book) book - input(What book are you returning? ')books.sortOprint(books) What book are you returning? Dickens What book are you returning? Austen What book are you returning? Bronte What book are you returning? [Austen, 'Bronte', 'Dickens] * True O False O option 1 2. Every problem that can be solved using a while loop can 0 points also be solved using a for loop (and vice versa). So how do you know which one to use?* Your answer 3. When do you want to use a while loop? * 0 points Your
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
