Course Hive
Search

Welcome

Sign in or create your account

Continue with Google
or
Program to Print First 10 Natural Numbers - In Hindi
Play lesson

Complete Python Tutorial in Hindi - Program to Print First 10 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

Program to Print First 10 Natural Numbers - In Hindi - Tutorial #13 In this video, I have explained a program with while loop to print 1 to 10 using while loop. This program is also called as printing first 10 natural numbers. Natural Numbers starts from 1 and it goes to infinite. So, printing first 10 natural number means printing 1 to 10. This is the very first and basic program to print 1 to 10 using while loop. While loop is the basic looping system in Python Programming. 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/od9epagFFYY Link to Next Video: https://youtu.be/LarWKVBAeyc Facebook Group: https://www.facebook.com/groups/2167344556716563/?ref=bookmarks Facebook Page: https://www.facebook.com/Codeitup-104310264625489/ Website: https://codeitup.in Tags Used: while loop in python loops in python loops in python programming loops in python for beginners programming exercises python python while loop examples python looping tutorial python looping statements first 10 natural number first n natural number print 10 numbers in python print 10 natural numbers reverse order technical guruji carryminati harshit vashisth printing first n natural numbers n natural numbers in reverse Program to Print First 10 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