This code: ``` (a, *True) = 1, ``` produces the message "cannot assign to tuple" rather than "cannot assign to True".