python之 数据类型限制

问题增加类型限制 NameError: name 'List' is not defined

def twoSum(self, nums: List[int], target: int) -> List[int]:
解决 : from typing import List

posted @ 2020-08-05 16:09  悠然采  阅读(437)  评论(0编辑  收藏  举报