Adding n Consecutive Numbers by Python | Python Program for adding n Consecutive Numbers

preview_player
Показать описание
Python is an interpreted, high-level, general-purpose programming language. Created by Guido van Rossum and first released in 1991, Python's design philosophy emphasizes code readability with its notable use of significant whitespace.

In this video, I tried to show a few ways on how to write a python program to calculate the sum of n consecutive natural numbers by python.

I used the math formula to get the sum of first n consecutive numbers, then I used the for loops.

You can visit my blog

Рекомендации по теме
Комментарии
Автор

how to add consecutive number from 100 to 200....

sriniwaaskorampalli