Course Hive
Search

Welcome

Sign in or create your account

Continue with Google
or
Python Program to Find Sum of Square of First n Natural Numbers - In Hindi
Play lesson

Complete Python Tutorial in Hindi - Python Program to Find Sum of Square of First n Natural Numbers - In Hindi

4.0 (1)
15 learners

What you'll learn

This course includes

  • 34.3 hours of video
  • Certificate of completion
  • Access on mobile and TV

Summary

Keywords

Full Transcript

Python Program to Find Sum of Square of First n Natural Numbers - In Hindi - Tutorial#17 In this video, I have explained a program with while loop to to find sum of square of first n natural numbers in python. This is a basic program to to find sum of square of first n natural numbers using while loop. While loop is the basic looping system in Python Programming. Natural Numbers start with 1 and it goes upto N. We have to find sum of square of all the numbers from 1 to a N (given by the user). Looping/While statement is used to execute a single statement or a block of statement n times till the condition is true. Every loop must contain three parts: 1. Initialization of counter variable. 2. Condition 3. Increment/Decrement of counter variable While loop or any loop will work fine if all the three parts are there in the programs. If any one is missing the loop will not run properly. Link to Previous Video: https://youtu.be/eYBkgEowPOM Link to Next Video: https://youtu.be/pH7bcWfbnbg Facebook Group: https://www.facebook.com/groups/2167344556716563/?ref=bookmarks Facebook Page: https://www.facebook.com/Codeitup-104310264625489/ Website: https://codeitup.in Tags Used: python tutorial in hindi python tutorial for beginners loops in python for beginners python while loop examples while program in python program to find sum of first n natural numbers program to find sum of square of first n natural number find sum of first n natural numbers in python sum of first n natural numbers python programs python for beginners Python Program to Find Sum of Square of First n Natural Numbers - In Hindi Find Sum of Square of First n Natural Numbers #codeitup #whileloop #python

Course Hive

Continue this lesson in the app

Install CourseHive on Android or iOS to keep learning while you move.

Related Courses

FAQs

Course Hive
Download CourseHive
Keep learning anywhere