How to find the sum of the first five natural numbers in Python?

6 days ago 10
ARTICLE AD BOX

Iam a beginner learning Python and trying to find the sum of the first five natural numbers.

I know the numbers are 1, 2, 3, 4, 5, and the expected output should be 15.

However, I want to understand the correct and simple way to do this using Python.

I tried writing a basic program but I’m not sure if this is the best approach.

Read Entire Article