Re: [Tutor] Indentation woes in elif statement

2010-08-11 Thread Joel Goldstick
On Tue, Aug 10, 2010 at 9:11 PM, rara avis wrote: > Hi: I am trying to teach myself Python, and am stuck at the indentation > with the elif statement. > This is what I am trying to type: > > x=3 > if x==0: > > > ___ > Tutor maillist - Tutor@python.org

Re: [Tutor] Indentation woes in elif statement

2010-08-11 Thread Andre Engels
On Wed, Aug 11, 2010 at 3:11 AM, rara avis wrote: > Hi: I am trying to teach myself Python, and am stuck at the indentation with > the elif statement. > This is what I am trying to type: > > x=3 > if x==0: What are you trying to accomplish? What result did you expect to get? What result did you a

[Tutor] Indentation woes in elif statement

2010-08-11 Thread rara avis
Hi: I am trying to teach myself Python, and am stuck at the indentation with the elif statement. This is what I am trying to type: x=3 if x==0: ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/