On 12/25/2015 06:04 PM, princeud...@gmail.com wrote:
#i have worked over 2hours only to get this: some-one help please
manipulate_data = []
[snip other incorrect nonsense...]

#this is the instruction:
Create a function manipulate_data that does the following
[snip...]

Let's start with your first mistake (because the rest is wrong because of this):

READ YOUR INSTRUCTIONS!
It says "Create a function..."

Your 'solution' creates a list.
A list is NOT a function.

     -=- Larry -=-

--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to