Eric V. Smith <e...@trueblade.com> added the comment:

To elaborate on Zach's comment:

Notice that your first example repeats 0 19 times. The second example repeats 
nothing 19 times.

If you first example returned a list with [0] repeated 19 (that is: [[0], [0], 
[0], ..., [0]]), then you're correct the second example should produce a list 
of 19 empty lists. But that's not the case here.

----------
nosy: +eric.smith

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue33815>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to