Course Hive
Search

Welcome

Sign in or create your account

Continue with Google
or
Print First N Natural Number in Reverse Order - In Hindi
Play lesson

Complete Python Tutorial in Hindi - Print First N Natural Number in Reverse Order - 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

Print First N Natural Number in Reverse Order - In Hindi - Tutorial#15 In this video, I have explained a program with while loop to print N to 1 using while loop. This is the very first and basic program to print N to 1 using while loop. While loop is the basic looping system in Python Programming. This is very first program to print first N natural numbers in reverse order. Natural Numbers start with 1 and it goes upto N. 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/LarWKVBAeyc Link to Next Video: https://youtu.be/eYBkgEowPOM Facebook Group: https://www.facebook.com/groups/2167344556716563/?ref=bookmarks Facebook Page: https://www.facebook.com/Codeitup-104310264625489/ Website: https://codeitup.in Tags Used: complete python tutorial in hindi while loop in python while loop in python in hindi loops in python programming loops in python for beginners programming exercises python python while loop examples print from 1 to n using loop in python print first n natural numbers in python print from n to 1 while program in python while programming in python harshit vashisth python telusko python print first natural number Print First N Natural Number in Reverse Order #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