Computer Science, asked by santhoshv71, 15 hours ago

icecream= [“Chocolate”, 200, “Mango”, 150.50, “Strawberry”, 210, “Oreo”, 270.00,

“Blueberry”, 220.25, “Chocochip”,225, “Vanilla”, 170 ]


Write a python program to :


a)Create separate lists of strings and numbers by checking each element of the list.


b)Sort the number list in lowest to highest order.


c)Add an element 275. 24 to the number list.


d)Replace the element “Chocochip” to “Nutella”


e)Delete the 3rd element of the string list.


f) Display the modified strings and number lists.



Do this in python idle

Answers

Answered by desikan1971gmailcom
0

Answer:

sorry bro i dont know very sorry

Similar questions