... tuple. from typing import Tuplex: Tuple[int] = (1, 2, 3)$ mypy ../this_file.py >>> error: Incompatible types in assignment (expression has ...
確定! 回上一頁