>>> L(*stuff, 'a', 'b') SyntaxError: only named arguments may follow *expression >>> L(*stuff, *stuff) SyntaxError: invalid syntax