[New-bugs-announce] [issue28880] range(i, j) doesn't work

John Henning report at bugs.python.org
Mon Dec 5 13:22:00 EST 2016


New submission from John Henning:

When attempting to use range(I, j) command in Windows 10 command prompt, the latest version of Python would simply echo what was typed.  See below:

>>> range(7)
range(0, 7)
>>> range(0, 9)
range(0, 9)
>>> range(1, 10, 3)
range(1, 10, 3)
>>>

----------
components: Regular Expressions
messages: 282449
nosy: ezio.melotti, genetics_jo, mrabarnett
priority: normal
severity: normal
status: open
title: range(i, j) doesn't work
type: behavior
versions: Python 3.7

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


More information about the New-bugs-announce mailing list