在这个例子中, Vector 和 List[float] 将被视为可互换的同义词: from typing import List Vector = List[float] def scale(scalar: float, ...
確定! 回上一頁