Re: Interactive mode under DOS?

2010-10-24 Thread huisky
On Oct 24, 1:15 pm, Peter Otten <__pete...@web.de> wrote: > huisky wrote: > > Hi, > > > I'm trying to use the interactive mode under DOS for Python 2.7. As a > > newbie, I do NOT know what is the following problem: > > >>>>world_is_flat=1 >

Re: Interactive mode under DOS?

2010-10-24 Thread Peter Otten
huisky wrote: > Hi, > > I'm trying to use the interactive mode under DOS for Python 2.7. As a > newbie, I do NOT know what is the following problem: > >>>>world_is_flat=1 >>>>if world_is_flat: > . . . print "be carefule to be not fall out!&quo

Re: Interactive mode under DOS?

2010-10-24 Thread Lie Ryan
On 10/24/10 21:37, huisky wrote: > Hi, > > I'm trying to use the interactive mode under DOS for Python 2.7. As a > newbie, I do NOT know what is the following problem: > >>>> world_is_flat=1 >>>> if world_is_flat: > .. . . print "be

Interactive mode under DOS?

2010-10-24 Thread huisky
Hi, I'm trying to use the interactive mode under DOS for Python 2.7. As a newbie, I do NOT know what is the following problem: >>>world_is_flat=1 >>>if world_is_flat: . . . print "be carefule to be not fall out!" File "", line 2