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

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