from typing import Tuple def sum_numbers(numbers: Tuple[int, ...]) ... As I said before, in Python 3.9 and higher you can simply use tuple instead ...
確定! 回上一頁