Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Is there any difference between the variables b and *b in these two statements? If so, what is it?

        (a, b, c) = 1, 2, 3
        (a, *b, c) = 1, 2, 3