#20 Python Tutorial for Beginners | While Loop in Python

แชร์
ฝัง
  • เผยแพร่เมื่อ 17 ม.ค. 2025
  • Check out our courses:
    Java Full Stack and Spring AI - go.telusko.com...
    Coupon: TELUSKO10 (10% Discount)
    DevOps with AWS: From Basics to Mastery : go.telusko.com...
    Coupon: TELUSKO10 (10% Discount)
    Master Java Spring Development : go.telusko.com...
    Coupon: TELUSKO20 (20% Discount)
    Udemy Courses:
    Spring: go.telusko.com...
    Java:- go.telusko.com...
    Java Spring:- go.telusko.com...
    Java For Programmers:- go.telusko.com...
    Python : go.telusko.com...
    Git : go.telusko.com...
    Docker : go.telusko.com...
    For More Queries WhatsApp or Call on : +919008963671
    website : courses.telusk...
    Instagram : / navinreddyofficial
    Linkedin : / navinreddy20
    TELUSKO Android App : 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 :- github.com/nav...
    Python for Beginners :- bit.ly/3JOLQhl
    Editing Monitors :
    amzn.to/2RfKWgL
    amzn.to/2Q665JW
    amzn.to/2OUP21a.
    Java:- bit.ly/JavaUde...
    Spring:- bit.ly/SpringU...
    More Learning :
    Java :- bit.ly/3x6rr0N
    Python :- bit.ly/3GRc7JX
    Django :- bit.ly/3MmoJK6
    JavaScript :- bit.ly/3tiAlHo
    Node JS :- bit.ly/3GT4liq
    Rest Api :-bit.ly/3MjhZwt
    Servlet :- bit.ly/3Q7eA7k
    Spring Framework :- bit.ly/3xi7buh
    Design Patterns in Java :- bit.ly/3MocXiq
    Docker :- bit.ly/3xjWzLA
    Blockchain Tutorial :- bit.ly/3NSbOkc
    Corda Tutorial:- bit.ly/3thbUKa
    Hyperledger Fabric :- bit.ly/38RZCRB
    NoSQL Tutorial :- bit.ly/3aJpRuc
    Mysql Tutorial :- bit.ly/3thpr4L
    Data Structures using Java :- bit.ly/3MuJa7S
    Git Tutorial :- bit.ly/3NXyCPu
    Donation:
    PayPal Id : navinreddy20
    www.telusko.com

ความคิดเห็น • 2.2K