|
|
|
|
|
by OrderlyTiamat
946 days ago
|
|
I think they've interpreted "variable length tuple" as "a tuple whose length can change", not "a tuple whose length could be one of multiple options". The former is of course not possible with tuples being immutable, which is why they're talking about lists. |
|