sandyyknguyen2418 sandyyknguyen2418 28-10-2022 Computers and Technology contestada write a recursion (a function) sum list (nums) that calculates the sum of numbers in a list, the parameter nums is a list of integers. if the list is empty, it should return none.