14 Dec
2021
14 Dec
'21
6:32 p.m.
list(range(1, 101)) I think we don't need a whole new syntax for something that's already an easy one-liner. -- Finn (Mobile) On Tue, Dec 14, 2021, 8:52 AM a.kolpakov2010--- via Python-ideas < python-ideas@python.org> wrote:
It would be awesome to be able to create a list with just:
li = [1—100]
or
li = [1 .. 100] _______________________________________________ Python-ideas mailing list -- python-ideas@python.org To unsubscribe send an email to python-ideas-leave@python.org https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/python-ideas@python.org/message/CQOPU4... Code of Conduct: http://python.org/psf/codeofconduct/