Static typing in Python is optional, and with gradual typing, you ... tuple with two elements: student: tuple[str, int] = ("John Doe", 18).
確定! 回上一頁