Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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 Python Coding please
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started