Summary
Keywords
Full Transcript
Print First N Natural Number - In Hindi - Tutorial #14 In this video, I have explained a program with while loop to print 1 to N using while loop. This is the very first and basic program to print 1 to N using while loop. While loop is the basic looping system in Python Programming. This is very first program to print first N natural numbers. 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/eZmJGx9EcpM Link to Next Video: https://youtu.be/2c33qfGSC8c 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 while loop in python programming loops in python programming programming exercises python python while loop examples print from 1 to n using loop in python print first n natural numbers in python print 10 natural number print 10 numbers in python python program to print the numbers from 1 to n telusko python harshit vashisth python Print First N Natural Number #codeitup #whileloop #python
