from typing import Tuple movie: Tuple[str, str, int] = ("Toy Story 3", "Lee Unkrich", 2010). Note. In Python 3.9 we won't have to import things like Tuple ...
確定! 回上一頁