Channels
welcome
hacktoberfest-22
announcements
introduce-yourself
be-shameless
random
tech-support
Powered by
#be-shameless
Title
# be-shameless
r
Rick Lamers
12/06/2020, 8:57 AM
https://twitter.com/raymondh/status/1335284170965221376?s=21
y
Yannick
12/06/2020, 10:48 AM
Doesn’t that depend on whether those “a, b, ...” are immutable or mutable?
r
Rick Lamers
12/06/2020, 10:24 PM
I think they only have to be iterable. The result is an iterable not a new list for example (if a, b, ... are lists)
https://docs.python.org/3/library/itertools.html
Post