Re: please can i get help on this problem

2015-12-27 Thread User of Products
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

Re: please can i get help on this problem

2015-12-26 Thread Ben Finney
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

Re: please can i get help on this problem

2015-12-26 Thread Prince Udoka
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

Re: please can i get help on this problem

2015-12-26 Thread Prince Udoka
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

Re: please can i get help on this problem

2015-12-26 Thread Ben Finney
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

please can i get help on this problem

2015-12-26 Thread Prince Udoka
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