Question: Hello, I need help please number it so l know which line to put the answer on, and please write it down the whole thing

Hello, I need help please number it so l know which line to put the answer on, and please write it down the whole thing because, so I would know what to keep and don't keep please. Could you please show me in your code how you number and write it down? I am having a hard time.Thank you

Hello, I need help please number it so l know
s i = NN s WwN o = Term i #new_list_function definition goes here Y '-_'_}-' def main(): #loop to ask users for values goes here input_str = input('Enter value to be added to list: \ ') Content new_list = new_list_function(initial_list) #print values in new list 1. Write a program that keeps asking the user for new values to be added main() to a list until the user enters 'exit' ( 'exit' should NOT be added to the list). These values entered by the user are added to a list we call initial_list . 2. Then, write a function called new_1list_function that takes this initial_list asinputand returns another list with 3 copies of every value inthe initial_list . Finally, inside main() , printout all of the values in the new list. Example interaction: Enter value to be added to list: Enter value to be added to list: a list: a Enter value to be added to list: b | L Enter value to be added to list: exit 0o N oo o0 T inal Note Note how ''exit' is NOT added to the list. Also, your program needs to be able to handle any variation of 'exit' suchas "Exit' , 'EXIT' etc.and treatthem all as | "exit" . Click the Check it button to submit your code to the auto-grader Next

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!