Question: What is output? new_list = ['python', 'development'] new_list.append('in progress') print(new_list) a. ['python', 'development', 'in progress'] b. ['python', 'development', ['in progress']] c. ['python', 'in progress']
What is output? new_list = ['python', 'development'] new_list.append('in progress') print(new_list) a. ['python', 'development', 'in progress'] b. ['python', 'development', ['in progress']] c. ['python', 'in progress'] d. ['python', 'developmentin progress']
Step by Step Solution
There are 3 Steps involved in it
The image shows a screenshot of a piece of code along with multiplechoice answers ... View full answer
Get step-by-step solutions from verified subject matter experts
