How to find sum of natural numbers in python

- How to find the sum of first 10 natural numbers in python using for loop
- Program to find sum of natural numbers in python
- How to find sum of first n natural numbers in python
- How to find sum of first 100 natural numbers in python
- Program to find sum of n natural numbers in python using for loop
- Program to find sum of n natural numbers in python using while loop
- Algorithm to find sum of n natural numbers in python
- Program to find sum of first n natural numbers in python
- Recursive function to find sum of n natural numbers in python