`(1,)*3` should be of type `Tuple[int,int,int]`, not raise an exception. I suppose `(1,)*n` may as well wait for proper tuple sequences, though.
(1,)*3should be of typeTuple[int,int,int], not raise an exception.I suppose
(1,)*nmay as well wait for proper tuple sequences, though.