Looping Statements in Python | Iterative Statements in Python | For and While in Python

  Рет қаралды 56,778

Python Life

Python Life

Күн бұрын

Click Here for Python Course in Telugu 👇
pythonlife.in/...
Telegram:
t.me/python_li...
GitHub link:
github.com/kir...
Instagram-link:
www.instagram....
Facebook link:
/ python-life-telugu-107...
Linkedin:
/ kiran-sagar-a00a761b2

Пікірлер: 31
@PythonLifetelugu
@PythonLifetelugu Жыл бұрын
Basic to Advance Python Programming in Telugu Free Demo Visit: pythonlife.in/python-course-in-telugu.html We Provide 1.Daily Live Classes 2.Recording Clasess 3.Study Material 4.Real Time Projects 5.Certification 6.Placement Assistance Mock Interviews. Resume Building. Daily Job Updates Interview Questions Timings:7pm to 9pm Duration: 45Days Contact Numbers: 9154083255
@subramanyamraju4413
@subramanyamraju4413 11 күн бұрын
Bro is a very nice class, when you explain at that time how to use industry,
@Csp-sw4fw
@Csp-sw4fw 11 ай бұрын
Excellent teaching sir
@rajubokki2637
@rajubokki2637 Жыл бұрын
Thank you sir 🙏🙏🙏🙏👍
@ChintakuntaRenuka
@ChintakuntaRenuka 9 ай бұрын
Brother i want your continuous class
@ManojGandham-dw2xy
@ManojGandham-dw2xy 7 ай бұрын
Hi bro can you please explain the below code for i in range(4,8): pass print(i)
@keerthanagalive2725
@keerthanagalive2725 Жыл бұрын
annaya even numbers ela print cheyalo using while loop okasari chpthara
@Surendra87121
@Surendra87121 5 ай бұрын
i=1 while i>0: n=int(input("Enter a number")) if (n%2==0): print("Even") else: print("Odd") i+=1
@SwethaMadipadiga
@SwethaMadipadiga 10 күн бұрын
b="python life" for k in b: print(k) Ante direct characters ela print avthay anna index em lekunda ela print avthunnay characters
@chandanadinesh8664
@chandanadinesh8664 8 ай бұрын
Hi brother..nenu guvi zen classes attend avthunna..not familiar with the coding background...elanti practice unte nenu success avvagalanu...but I have interested to get good data science career...
@girivootla
@girivootla 8 ай бұрын
Hi sir meru practical ga chepthe nka betterga ardham avthadi I mean projector lo
@ChintakuntaRenuka
@ChintakuntaRenuka 9 ай бұрын
Brother meru chepina examples ki meru chepina output Asallu ravatam ledhu
@PremKumar-t1q
@PremKumar-t1q 4 ай бұрын
Good lntersting anna
@shaikmahammed3034
@shaikmahammed3034 8 ай бұрын
super class
@picture4432
@picture4432 3 ай бұрын
thank you bro
@pawanidev5970
@pawanidev5970 Жыл бұрын
Bro could you please explain product of digits program
@SunnilSunnil-li6rs
@SunnilSunnil-li6rs 4 ай бұрын
Super Anna
@maloth8261
@maloth8261 Ай бұрын
#Find the substring of a given string, and find the number of substring in a given input s = 'python' p , py,pyt, pyth, ytho, thon.... y , yt ,yth,tho, hon.... t , th h , ho, o, on n,'',python
@sirivellasuresh3945
@sirivellasuresh3945 5 ай бұрын
Bro you tell theory to for loop print even numbers as For I in range(0,10,2) Print(i) and the out put 0,2,4,6,8 . but in practical we see the output of that code is, 1,3,5,7,9 Please check
@modepalliganesh7141
@modepalliganesh7141 4 ай бұрын
Range starts from (1,10,2) Output:-1,3,5,7,9 Range starts from(0,10,2) Output:-0,2,4,6,8
@Manasachirra
@Manasachirra Жыл бұрын
17 .00 akkada kiran =9 While kiran
@Thumper_boiii_baby
@Thumper_boiii_baby 11 ай бұрын
you need to keep colon after while : And also i got it
@BhanuNatva
@BhanuNatva 10 ай бұрын
seems problem with mic while you are trying to demo the program on system. Please check and correct it
@Pranaykumar137
@Pranaykumar137 10 ай бұрын
Anna data structures mida videos chey anna
@sumagiddaluri2292
@sumagiddaluri2292 6 ай бұрын
Output radam ledu bro
@ManojGandham-dw2xy
@ManojGandham-dw2xy 7 ай бұрын
Bro can you explain the difference between below two loops for i in range(4,8): pass print(i) -------- o/p=4,5,6,7 ----------------- for i in range(4, 8): pass print(i) -----------o/p = only 7 What is difference b/w these two loops
@Thedec12
@Thedec12 4 ай бұрын
First dantlo Aa print statement anedhi for lopala undhi bro kani second dhi ledhu
@Thedec12
@Thedec12 4 ай бұрын
For loop kinda line lo 4 spaces tiskoni print rastey aa I values Anni kooda repeat ayyi print avtayi. Adey bayta rastey last final I value okatey print avvudi
@maturisravani8521
@maturisravani8521 Жыл бұрын
Maku Kiran is not defined Ani error vastundi
@ranatejs.r7896
@ranatejs.r7896 Жыл бұрын
Fact = 5 for I in range (4) : fact = (fact * i) Print(fact) Answer cheppu anayya yelano naaku ardham kaavadam ledu
@nukathotichandu9722
@nukathotichandu9722 10 ай бұрын
Input: Fact = 5 for i in range (4): fact = (fact *I) print (fact) Output 0 0 0 0 >
Правильный подход к детям
00:18
Beatrise
Рет қаралды 10 МЛН
To Brawl AND BEYOND!
00:51
Brawl Stars
Рет қаралды 16 МЛН
Wall Rebound Challenge 🙈😱
00:34
Celine Dept
Рет қаралды 17 МЛН
#コタキナバル
1:00
どこいく?
Рет қаралды 2,6 М.
for Loop vs. while Loop in Python
8:45
Neso Academy
Рет қаралды 46 М.
#20 Python Tutorial for Beginners | While Loop in Python
12:43
Telusko
Рет қаралды 1,6 МЛН
Nested loops in Python are easy ➿
5:35
Bro Code
Рет қаралды 346 М.
Python For Loops - Python Tutorial for Absolute Beginners
14:42
Programming with Mosh
Рет қаралды 636 М.
Solve any Star Pattern program in Python
18:44
Simply Coding
Рет қаралды 1 МЛН
for while Python In Telugu
25:28
Python Life
Рет қаралды 29 М.