j
k
j a
j l
Arnaud Delobelle schrieb:
As a consequence of Python method implementation, one could write instead: A = set.union(S, T, U, V) B = set.intersection(S, T, U, V) which reads nicely
As a consequence of Python method implementation, one could write instead:
A = set.union(S, T, U, V) B = set.intersection(S, T, U, V)
which reads nicely
I think this, indeed, reads nicely. -panzi
Back to the thread
Back to the list