need for help

Rick Johnson rantingrickjohnson at gmail.com
Fri Mar 1 17:59:28 EST 2013


On Friday, March 1, 2013 12:35:14 PM UTC-6, leonardo selmi wrote:
> class ball:
> 
> [...]
> 

Now that you've gotten the exceptions sorted, it may be time to join the *other* 99% of programmers by editing that class identifier. All class symbols should start with (at minimum) a capitol letter.

After you do that, you should start reading and adapting as much of the Python style guide you can handle.

  http://www.python.org/dev/peps/pep-0008/




More information about the Python-list mailing list