Re: [Tutor] Not sure what I'm doing wrong with these 2 python scripts

2013-11-20 Thread Steven D'Aprano
On Tue, Nov 19, 2013 at 06:22:32PM -0600, Anton Gilb wrote: > Not sure what I'm doing wrong, here are the problems and what I have for > answers so far. What makes you think you're doing anything wrong? See below for more comments. > 1.)Write the definition of a class Counter containing: > An

Re: [Tutor] Not sure what I'm doing wrong with these 2 python scripts

2013-11-20 Thread Andreas Perstinger
Anton Gilb wrote: >Not sure what I'm doing wrong, here are the problems and what I have >for answers so far. You should tell us what's wrong with your solutions. Do you get an error? Then please show us the complete traceback (error message). Does your code something else than you expect? Then