Python Program To Find The Sum Of Squares Of Natural Numbers||Python Programming For Begginers

preview_player
Показать описание
The above video is about finding the sumof squares of n natural numbers.If you have any doubt reach me out at the comments section.
The above program can be written in steps:
-declaring and defining the variable for n.
-initializing the sum value.
-using for loop to loop over n numbers.
-finding squares of each number and adding each value to sum.
-Finally printing the sum value.
Рекомендации по теме
Комментарии
Автор

Good day, EASY CODING. this is surprisingly awesome video. thank. :)

keatonchaplinfilms
Автор

This is fantastic video. Thank you very much

ikechukwuumoga
Автор

This helped, however it does not work with negative numbers

joshuahenninghim