
Jan. 28, 2022
6:47 p.m.
Hello, I'm new here. Has anyone proposed the following solution yet? list.from_args(1, 2, 3) tuple.from_args(1, 2, 3) set.from_args(1, 2, 3) frozenset.from_args(1, 2, 3) iter.from_args(1, 2, 3) array.array.from_args('i', 1, 2, 3)