Computer Science, asked by padukaprasad17, 8 months ago

a.
Display names of 3 fruits in different lines.​

Answers

Answered by rongsenxyz61
0

Answer:

Apple

watermelon

orange

Answered by Chotu1202
0
# Write your code
list=['apple','watermelon','banana']
for i in list:
print(i)



THIS WILL FOR SURE WORK.
TESTED AND VERIFIED CODE!
Similar questions