On Thu, Feb 4, 2016 at 2:49 PM, Alexa kun wrote:
> Hi Dear!
> I newbie and read 2.1.2. Interactive Mode
> https://docs.python.org/3/tutorial/interpreter.html
>
> but when I type
>
> >>> the_world_is_flat = True
> >>> if the_world_is_flat:
> ... print("Be careful not to fall off!")
>
> I got a
On 04/02/16 12:49, Alexa kun wrote:
> Hi Dear!
Hi.
Can I ask that in future you choose a subject line that reflects your
question?
For this case it might be "IndentationError" say.
> but when I type
>
the_world_is_flat = True
if the_world_is_flat:
> ... print("Be careful not to fal
On Thu, Feb 4, 2016 at 7:49 AM, Alexa kun wrote:
> Hi Dear!
> I newbie and read 2.1.2. Interactive Mode
> https://docs.python.org/3/tutorial/interpreter.html
>
> but when I type
>
> >>> the_world_is_flat = True
> >>> if the_world_is_flat:
> ... print("Be careful not to fall off!")
>
> I got a
Hello Alexander, and welcome!
My answers are below, between your questions (starting with > quote
marks).
On Thu, Feb 04, 2016 at 02:49:39PM +0200, Alexa kun wrote:
> Hi Dear!
> I newbie and read 2.1.2. Interactive Mode
> https://docs.python.org/3/tutorial/interpreter.html
>
> but when I type
Hi Dear!
I newbie and read 2.1.2. Interactive Mode
https://docs.python.org/3/tutorial/interpreter.html
but when I type
>>> the_world_is_flat = True
>>> if the_world_is_flat:
... print("Be careful not to fall off!")
I got answer
IndentationError: expected an indented block
[root@localhost /