Question: Integer m and string plus _ one _ course are read from input. Then, five strings are read from input and stored in the list
Integer and string plusonecourse are read from input. Then, five strings are read from input and stored in the list courselist.
Delete the first element in courselist, and then replace the element at index with plusonecourse.
Click here for example
Ex: If the input is:
Biology
Dance Architecture Agriculture Databases Chemistry
then the output is:
My favorite courses: Architecture 'Agriculture', 'Biology', 'Chemistry'
intinput
plusonecourse input
courselist input split
Your code goes here
printfMy favorite courses: courselist python please
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
