이럴 때는 typing 모듈에서 제공하는 List , Dict , Tuple , Set 를 사용하여 타입 어노테이션을 추가하면 됩니다. from typing import List nums: ...
確定! 回上一頁