Write a program to find sum of first n numbers in python
- Write a program to find the sum of first n natural numbers in python
- Write a program to find the sum of first n even numbers in python
- Write a program to find the sum of first n odd numbers in python
- How to find sum of numbers in python
- Given an integer num repeatedly add all its digits until the result has only one digit and return it
- Sum of factors of a number in python
- Find next greater number with same set of digits