Find the sum of first n natural numbers in python

- Wap to find the sum of first n natural numbers in python
- Find the sum of first n natural numbers using while loop in python
- Write a program to find the sum of first n natural numbers in python
- Program to find the sum of squares of first n natural numbers in python
- Python program to find the sum of first n natural numbers using for loop
- Python program to find the sum of first n natural numbers using recursion
- Find next greater number with same set of digits
- Find duplicate number leetcode