In other words, nobody wants to do your homework for you. Your fault for being
a lazy POS and doing everything last minute.
--
https://mail.python.org/mailman/listinfo/python-list
Prince Udoka writes:
> sir does this make sense:
Referring to the whole of a community as “sir” is not only too formal,
it also betrays a different error: you seem to think you're in a
one-on-one dialogue devoted to your issues.
Please, instead of trying to make your messages more polite (your
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("A
gud day sir, please i have an assignment, nd i am just 2weeks in python; i
tried the code i uploaded but its nt working plz help, i need guidiance
--
https://mail.python.org/mailman/listinfo/python-list
Please help us by choosing a descriptive Subject field. The one you've
chosen tells us *nothing* useful.
As it turns out, I can't get anything useful from your message either:
Prince Udoka writes:
> here is my work, but i dont know what i ave done wrong:
Neither do I. What is confusing you, in
Create a function manipulate_data that does the following
Accepts as the first parameter a string specifying the data structure to be
used "list", "set" or "dictionary"
Accepts as the second parameter the data to be manipulated based on the data
structure specified e.g [1, 4, 9, 16, 25] for a lis