Can someone explain this to me /u/TheEyebal Python Education

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] 

Leave a Reply

Your email address will not be published. Required fields are marked *