Question: A fruit is read from input into fruit _ input, and my _ list is assigned with the string literal Carr's fruits: MangoesApricots. Modify the

A fruit is read from input into fruit_input, and my_list is assigned with the string literal Carr's fruits: MangoesApricots.
Modify the string literal to:
Replace the whitespace before 'Mangoes' with a newline character.
Add a tab character after 'Mangoes'.
Add a tab character after 'Apricots'.
Ensure that all special characters in my_list are output.
Ex: If the input is Apples, then the output is:
Carr's fruits:
Mangoes Apricots Apples
fruit_input = input ()
my_list =| 'Carr's fruits: MangoesApricots '
print (my_list, end="')
print(fruit_input)
 A fruit is read from input into fruit_input, and my_list is

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 Databases Questions!