On Fri, Jan 8, 2021 at 2:12 AM Bischoop <[email protected]> wrote: > > On 2021-01-07, Chris Angelico <[email protected]> wrote: > > This could allow easy to change the number of characters in > combination, just pass n argument to range where n is how many characters. >
True. Unfortunately, it doesn't work, so what you'd have is something that can be easily parameterized to not work on other numbers of characters too. :) ChrisA -- https://mail.python.org/mailman/listinfo/python-list
