YouTube doesn't want you know this subscribers secret
Get Free YouTube Subscribers, Views and Likes

#20 Python Tutorial for Beginners | While Loop in Python

Follow
Telusko

Telusko Courses:

Spring and Microservices Live Course : https://bit.ly/springmslive
Coupon: TELUSKO25 (25% Discount)

IndustryReady Java Spring Microservices Developer Live : https://bit.ly/JavaMS2
Complete Java Developer Course : https://bit.ly/CompJavaDev2
Coupon: TELUSKO20 (20% Discount)

Udemy Courses:

Java: https://bit.ly/JavaUdemyTelusko'>https://bit.ly/JavaUdemyTelusko
Spring: https://bit.ly/SpringUdemyTelusko'>https://bit.ly/SpringUdemyTelusko
Java For Programmers: https://bit.ly/javaProgrammers

For More Queries WhatsApp or Call on : +919008963671

website : https://courses.telusko.com/

Instagram :   / navinreddyofficial  
Linkedin :   / navinreddy20  
TELUSKO Android App : https://bit.ly/TeluskoApp

In this lecture, we will learn:
Loops in Python language
What is the use of loops?
While loop and its implementation
Syntax of the while loop
Nested while loops in python
What is the 'end' parameter in python?


#1
We can execute a statement multiple times, by using the loops.
There are two types of a loop:
1. For loop
2. While loop

In the while loop, we need a counter to count the number of times, a statement can be executed.
We also have to put a condition in a while loop to repeat a statement until the given condition is satisfied.
The while Loop. With the while loop, we can execute a set of statements as long as a condition is true.
When the condition becomes false, the line immediately after the loop in the program is executed.
The value of the counter will increase or decrease until the condition gets false.

#2
Syntax of the while loop:
counter variable
while (condition):
statements;
incrementation/ decrementation

So, there must be three things in a while loop:
1. Initialization
2. Condition
3. Increment / Decrement
Nested while loops can also be used in Python.
Nested while loop simply means that a loop inside another loop.

#3
To print the values in the same, we use (end=" "). The value will not come in the new line after using it.
Passing the whitespace to the end parameter (end=' ') indicates that the end character has to be identified by whitespace and not a new line.

Github : https://github.com/navinreddy20/Python

Python for Beginners : http://bit.ly/3JOLQhl


Editing Monitors :
https://amzn.to/2RfKWgL
https://amzn.to/2Q665JW
https://amzn.to/2OUP21a.


Java: https://bit.ly/JavaUdemyTelusko'>https://bit.ly/JavaUdemyTelusko
Spring: https://bit.ly/SpringUdemyTelusko'>https://bit.ly/SpringUdemyTelusko

More Learning :

Java : https://bit.ly/3x6rr0N
Python : https://bit.ly/3GRc7JX
Django : https://bit.ly/3MmoJK6

JavaScript : https://bit.ly/3tiAlHo
Node JS : https://bit.ly/3GT4liq

Rest Api :https://bit.ly/3MjhZwt
Servlet : https://bit.ly/3Q7eA7k
Spring Framework : https://bit.ly/3xi7buh
Design Patterns in Java : https://bit.ly/3MocXiq
Docker : https://bit.ly/3xjWzLA

Blockchain Tutorial : https://bit.ly/3NSbOkc
Corda Tutorial: https://bit.ly/3thbUKa
Hyperledger Fabric : https://bit.ly/38RZCRB

NoSQL Tutorial : https://bit.ly/3aJpRuc
Mysql Tutorial : https://bit.ly/3thpr4L

Data Structures using Java : https://bit.ly/3MuJa7S
Git Tutorial : https://bit.ly/3NXyCPu

Donation:
PayPal Id : navinreddy20
https://www.telusko.com

posted by licenseplaterhz