python program to print the sum of first 10 natural numbers using for loop

Опубликовано: 07 Май 2020
на канале: codetyro
23,372
330

This video tells you how to write a python program to print the sum of first 10 natural numbers using the for loop.

It makes you understand the working of the program thoroughly by going through each iteration of the loop step by step and keeping a tab of variable values in a table.