Computer Science, asked by adityasahu25jun2007, 3 months ago

fruits = ["apple", "banana", "cherry']
print()
What should be printed in between the print to get the output “apple”?
(With respect to python)

Answers

Answered by savitamulik1986
1

Answer:

haaa yaar apc hoga na bolo

Answered by ritesh9056
3

Answer:

print(fruits)

Explanation:

it will also print banana and cherry also.

For print on only apple you should change the string to apple only

Similar questions