Find the sum of first n natural numbers using recursion July 8, 2019 16 32 64 128 Python program to find the sum of first n natural numbers using recursion Write a program to find the sum of first n natural numbers using recursion