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
