[New-bugs-announce] [issue30753] not able to execute print command on page 16 of documentation

Vishal Devgn report at bugs.python.org
Sun Jun 25 07:11:27 EDT 2017


New submission from Vishal Devgn:

>>> a, b = 0, 1
>>> while b < 1000:
... print(b, end=',')
... a, b = b, a+b

in 3.6 as soon as i write print command, it displays an indentation error.

----------
files: 1.png
messages: 296821
nosy: Vishal Devgn
priority: normal
severity: normal
status: open
title: not able to execute print command on page 16 of documentation
type: compile error
versions: Python 3.6
Added file: http://bugs.python.org/file46974/1.png

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30753>
_______________________________________


More information about the New-bugs-announce mailing list