from typing import List def print_solution(board: List[List[int]]) -> None: # ...snip... If you want more info about using type hints, ...
確定! 回上一頁