sir does this make sense:
def manipulate_data(item, fruits):
if item == ["apples", "oranges", "mangoes", "grapes"]:
for fruits in reversed(item):
return item
elif item == {"apples", "oranges", "mangoes", "grapes"}:
for fruits in item:
fruits.append("ANDELA", "TIA", "AFRICA")
return item
if item == {"apples": 23, "oranges": 15, "mangoes": 3, "grapes": 45}:
return dict.keys()
--
https://mail.python.org/mailman/listinfo/python-list
- please can i get help on this problem Prince Udoka
- Re: please can i get help on this problem Ben Finney
- Re: please can i get help on this problem Prince Udoka
- Re: please can i get help on this problem Prince Udoka
- Re: please can i get help on this problem Ben Finney
- Re: please can i get help on this problem User of Products
