class Solution: def twoSum(self, nums: List[int], target: int) -> List[int]:
Can someone explain this to me, this is my first time seeing functions written like this.
submitted by /u/TheEyebal
[link] [comments]
r/learnpython class Solution: def twoSum(self, nums: List[int], target: int) -> List[int]: Can someone explain this to me, this is my first time seeing functions written like this. submitted by /u/TheEyebal [link] [comments]
class Solution: def twoSum(self, nums: List[int], target: int) -> List[int]:
Can someone explain this to me, this is my first time seeing functions written like this.
submitted by /u/TheEyebal
[link] [comments]