Re: Problems with if/elif statement syntax

2007-11-23 Thread Ricardo Aráoz
[EMAIL PROTECTED] wrote: > On Nov 22, 12:33 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: >> On 22 Nov, 12:09, Neil Webster <[EMAIL PROTECTED]> wrote: >> >> >> >>> Hi all, >>> I'm sure I'm doing something wrong but after lots of searching and >>> reading I can't work it out and was wondering i

Re: Problems with if/elif statement syntax

2007-11-22 Thread Scott David Daniels
Neil Webster wrote: > Hi all, > > I'm sure I'm doing something wrong but after lots of searching and > reading I can't work it out and was wondering if anybody can help? > > I've got the following block of code: > if a >= 20 and a < 100: > if c == "c": >

Re: Problems with if/elif statement syntax

2007-11-22 Thread cokofreedom
On Nov 22, 12:33 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > On 22 Nov, 12:09, Neil Webster <[EMAIL PROTECTED]> wrote: > > > > > Hi all, > > > I'm sure I'm doing something wrong but after lots of searching and > > reading I can't work it out and was wondering if anybody can help? > > > I'v

Re: Problems with if/elif statement syntax

2007-11-22 Thread [EMAIL PROTECTED]
On 22 Nov, 12:09, Neil Webster <[EMAIL PROTECTED]> wrote: > Hi all, > > I'm sure I'm doing something wrong but after lots of searching and > reading I can't work it out and was wondering if anybody can help? > > I've got the following block of code: > if a >= 20 and a < 100: >

Re: Problems with if/elif statement syntax

2007-11-22 Thread cokofreedom
On Nov 22, 12:16 pm, oj <[EMAIL PROTECTED]> wrote: > On Nov 22, 11:09 am, Neil Webster <[EMAIL PROTECTED]> wrote: > > > > > Hi all, > > > I'm sure I'm doing something wrong but after lots of searching and > > reading I can't work it out and was wondering if anybody can help? > > > I've got the foll

Re: Problems with if/elif statement syntax

2007-11-22 Thread oj
On Nov 22, 11:09 am, Neil Webster <[EMAIL PROTECTED]> wrote: > Hi all, > > I'm sure I'm doing something wrong but after lots of searching and > reading I can't work it out and was wondering if anybody can help? > > I've got the following block of code: > if a >= 20 and a < 100: >

Problems with if/elif statement syntax

2007-11-22 Thread Neil Webster
Hi all, I'm sure I'm doing something wrong but after lots of searching and reading I can't work it out and was wondering if anybody can help? I've got the following block of code: if a >= 20 and a < 100: if c == "c": radius = 500 els