class Solution:
> def runningSum(self, nums: List[int]) -> List[int]:
I'm trying to solve some questions on leetCode right now and I have never seen a function that uses symbols such as " -> " . So I understand what the first parameter "self" means but everything after that is just noodles in my head.