Need help on a project To :"Create a class called BankAccount with the following parameters "

Larry Hudson orgnut at yahoo.com
Fri Dec 25 23:02:42 EST 2015


On 12/25/2015 06:04 PM, princeudo52 at 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 -=-




More information about the Python-list mailing list