I think Enum
was/is primarily intended to be used through list comprehension notation. Even with that strange instance it does not go wrong, e.g. [() .. ()]
and [() ..]
both work fine.
1 Like
I think Enum
was/is primarily intended to be used through list comprehension notation. Even with that strange instance it does not go wrong, e.g. [() .. ()]
and [() ..]
both work fine.