#printNatural #numbers #pythonQuestion
Program to Print First N Natural Numbers - In Hindi - T
In this video, I have explained a program with while loop to print n using while loop. This program is also called as printing first n natural numbers. Natural Numbers starts from 1 and it goes to infinite. So, printing first natural number means printing 1 to n. This is the very first and basic program to print n using while loop. While loop is the basic looping system in Python Programming.
1. Initialization of counter variable.
2. Condition
3. Increment/Decrement of counter variable.
.
.
.previous question
Q1. • Program to print First 10 Natural numbers ...
.
Q2. • Print First N natural Number in hindi us...
.
.
.
Q3. • Write a program to print from 10 To 1 . us...
.
.
.
Q4. • Write a program to print from N To 1 . usi...
.
.
.
Q5. • Write a program to print Sum from 1 to n. ...
.
.
Q6. • Write a program to print Sum of square fro...
.
.
.
.Q7.
.
.
Q8.
.
.
.
Q9.
.
.
Q10.
.
.
.
#playlist
Python Question level 1(basic level ) by Asifkbs25 (Asif Khan)
• Python Question level 1(basic level ) by ...