寫 Union[set, list, tuple] 太囉唆,改用 Iterable · from typing import Union · from collections.abc import Iterable · def print_iterable_items(data: ...
確定! 回上一頁