Consider a list:
Flowers [“Roses", "Lily”," Lotus","Marigold “, “ Daffodils"]
a) Write the statement to add new item “ Jasmine “ in the list.
b) Write a stratement to remove an element from the list.
c) Write the statement to find the postion of the element “Marigold " in the list
Answers
Answered by
0
Answer:
Jasmine, Roses, Lily, Lotus,Marigold
Marigold is at 5th position
Similar questions