Help with python code!

Chris Angelico rosuav at gmail.com
Sun Mar 31 16:39:11 EDT 2013


On Mon, Apr 1, 2013 at 7:10 AM, jojo <gerrymcgovern at gmail.com> wrote:
> Im used to C# so the syntax looks bizarre to me! Any help would be great.

The first thing you'll need to understand about Python syntax is that
indentation is important. By posting this code flush-left, you've
actually destroyed its block structure. Could you post it again, with
indentation, please? We'd then be in a much better position to help.

Chris Angelico



More information about the Python-list mailing list