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

A fruit is read from input into fruit_input, and my_list is assigned with the string literal Ned's fruits: GrapesPineapples. Modify the string literal to:
Replace the whitespace before 'Grapes' with a newline character.
Add a tab character after 'Grapes'.
Add a tab character after 'Pineapples'.
Ensure that all special characters in my_list are output.
Ex: If the input is Blueberries, then the output is:
Ned's fruits:
Grapes Pineapples Blueberries
fruit_input = input ()
my_list =|'Ned's fruits: GrapesPineapples'
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!