Question: List days _ list is created with the first four strings read from input. Remove strings ' 4 ' and ' 1 0 ' from
List dayslist is created with the first four strings read from input. Remove strings and from dayslist. Then, read the last
two strings from input and append the two strings to dayslist, respectively.
Click here to show example
Ex: If the input is:
then the output is:
# Reads four values from input into dayslist
dayslist input input input input
Your code goes here
printdayslist
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
