1.6.3 Tuple types. The type tuple[T1, ..., Tn] represents a tuple with the item types T1, ..., Tn: # Use `typing.Tuple` in Python 3.8 and ...
確定! 回上一頁