4 lines
90 B
Python
4 lines
90 B
Python
class Solution:
|
|
def twoSum(self, nums: List[int], target: int) -> List[int]:
|
|
|
class Solution:
|
|
def twoSum(self, nums: List[int], target: int) -> List[int]:
|
|
|