Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

Or just

>>> *range(1000, 2000, 100),
(1000, 1100, 1200, 1300, 1400, 1500, 1600, 1700, 1800, 1900)

----------
nosy: +serhiy.storchaka

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

Reply via email to