While Loop in Python | Python Tutorials for Beginners

  Рет қаралды 80,780

Jenny's Lectures CS IT

Jenny's Lectures CS IT

Күн бұрын

Пікірлер: 111
@-SakuraNoHana-
@-SakuraNoHana- Жыл бұрын
(12:16) In else block Out from loop
@parttimegamer.6246
@parttimegamer.6246 Жыл бұрын
How can someone concentrate on study when the teacher is that cute❤😅
@asfandyarkhan1863
@asfandyarkhan1863 Жыл бұрын
Haha agreed 🥰
@munamarziya2546
@munamarziya2546 Жыл бұрын
Bro..i find her so cute as a girl 😂 then how about boys 🐸
@__TusharSharma
@__TusharSharma Жыл бұрын
pdhle bhai....🤦‍♂️
@MaazKhattak-z1l
@MaazKhattak-z1l 11 ай бұрын
Ha ha ha ha ha don't say that, that's creepy 😂😂
@sakshamnegi13
@sakshamnegi13 10 ай бұрын
Her voice is dangerous 😂
@5022-saraswathiVanga
@5022-saraswathiVanga Жыл бұрын
Excellent teaching with pause expressions ❤really feeling like watching live classes...tq mam.
@manojkokane3365
@manojkokane3365 Жыл бұрын
best and well explained tutorial of while loop, thanks a lot and plz keep making tutorials
@maminadia6966
@maminadia6966 2 ай бұрын
You are amazing. So glad I found you
@BadBoy-ip1gk
@BadBoy-ip1gk Жыл бұрын
12:18 Ans: in else block out from loop
@rahathasan6271
@rahathasan6271 Жыл бұрын
Please complete the python course maam, No one on you tube is teaching like you !! We are totally dependent on your videos so try to complete it ma'am !!
@UMESHKUMAR-yv1jt
@UMESHKUMAR-yv1jt Жыл бұрын
12:20 then else part simply executed
@avulashivaprasad4532
@avulashivaprasad4532 11 ай бұрын
Thanks ma'am, I have question for you. When we are mentioning count = 0, here we are getting know right, how many times we are executing this value by count . So, then using while loop will be false right. Can you please clarify ?
@AkhilAkhil-qo4bj
@AkhilAkhil-qo4bj Жыл бұрын
mam,plzz do classes regularly we are eagerly waiting for python classes.......
@hungercraving-h9o
@hungercraving-h9o Жыл бұрын
total=0 num=int(input("Enter the num(enter minus number to exit):")) while num != 0: total =total+num print(total) num=int(input("Enter the num(enter minus number to exit):")) if num
@DivyaJyothi213
@DivyaJyothi213 9 ай бұрын
I m from eee background....and want to learn python language...this tutorial helping me to learn the language easily...thank u mam.
@sakibck1625
@sakibck1625 11 ай бұрын
just wanna say thank you for the help . love from bangladesh
@chamara854
@chamara854 Жыл бұрын
Your teaching are imazine and you to ..love you
@edutechz
@edutechz Жыл бұрын
Basically phyton..... I don't liked it i avoid but because of u only mam u changed my opinion on phyton completely mam 🎉🎉❤of u
@sanjaypalanisamy3320
@sanjaypalanisamy3320 Жыл бұрын
I luv your teaching
@OneBit01
@OneBit01 Жыл бұрын
Great 👍
@vyankateshmundaware7963
@vyankateshmundaware7963 Жыл бұрын
Hello mam! I am blind student I faces lot of challenges while doing any program. But you explain it very well❤😊
@karthik3387
@karthik3387 Жыл бұрын
🙏🙏🙏🙏
@START_TODAY96
@START_TODAY96 Жыл бұрын
Thank you madam you videos are very helpful to me thanks a lot 🙏🙏🙏🙏
@mr_affan15
@mr_affan15 Жыл бұрын
Mam plzz give us idea how many videos left to complete series bcoz my 4th sem end in 1.5 month & python is in my college syllabus
@Marvelkashmir
@Marvelkashmir Жыл бұрын
Hello great session
@glps369
@glps369 Жыл бұрын
Thank You So Much
@parasjindal7521
@parasjindal7521 Жыл бұрын
Can u tell how long this course will take to finish??
@dondinesh891
@dondinesh891 Жыл бұрын
The assignment answer is in else block Out from loop
@RohithParangi
@RohithParangi 24 күн бұрын
After while (condition) definitely we write " : ". Are not mam
@_VedioTray
@_VedioTray Жыл бұрын
Mam .. Else block would be executed bcz the condition is false....in the first example
@paavaneep6645
@paavaneep6645 Жыл бұрын
Mam please continue 🙏🙏🙏 C++ also...this is my humble request mam❤❤❤😢😢😢
@manfredmasiko4444
@manfredmasiko4444 Жыл бұрын
Always superb!! 😀😀🙏
@rongalamanindra5279
@rongalamanindra5279 Жыл бұрын
Thank you mam please continue python course
@ganggameryt4874
@ganggameryt4874 6 ай бұрын
n=int(input('enter the number')) sum=0 while n>0: sum+=n n=int(input('enter the number')) if n
@yeoshuabenzaken7736
@yeoshuabenzaken7736 8 ай бұрын
why do you put the total increment before number in the while loop?
@saiushasriparasu8341
@saiushasriparasu8341 Жыл бұрын
num=int(input("enter number:")) sum=0 while num!=0: sum=sum+num num=int(input("enter number:")) else: print("you have entered 0 so") print("sum is ",sum) print("bye")
@sciencetechy8058
@sciencetechy8058 15 күн бұрын
num='' while num !=0 : num=int(input("enter the number ")) print(num) else: print ("hellooooo") is this okk?
@KilloSambamurthy-b5j
@KilloSambamurthy-b5j Жыл бұрын
Nice teaching mam ❤❤❤❤❤❤❤❤❤❤
@DivyaVani-ms2nr
@DivyaVani-ms2nr 11 ай бұрын
n = int(input('enter number(0 to quite')) while n!=0: total=0 total+=n n = int(input('enter number(0 to quite')) else: print("exit") print(total)
@ragulc.t9266
@ragulc.t9266 2 ай бұрын
@TonyStark-wd1hb
@TonyStark-wd1hb Жыл бұрын
How many videos are there for python full course? I thought it would be end but the videos are keep coming. Please tell me how syllabus is there more for python full course.
@Siddhu3334
@Siddhu3334 5 күн бұрын
while loop is not executed for this condition, further output is, in else block out from the loop
@chiranjeevisaibhuvanagiri9975
@chiranjeevisaibhuvanagiri9975 3 ай бұрын
22:35 5 also printed because we have print statement before encountered break statement Anyone explain pls
@ak47killeryt48
@ak47killeryt48 Жыл бұрын
I came to listen the class but,i am watching only mam❤😅😂
@shasanksiva4330
@shasanksiva4330 Жыл бұрын
Mam please start java series
@tapaskumardey650
@tapaskumardey650 Жыл бұрын
Miss please reply do you have any plan to continue c++ lectures? I now lost all my hope to learn c++ from your videos 😢
@vssandilya1000
@vssandilya1000 9 ай бұрын
Madam full stack dev from your end is the need of the hour. How to connect to multiple databases such as Oracle sql server 2023 mysql sqllite mongodb is our prior requirement . Kindly help us.
@rongalamanindra5279
@rongalamanindra5279 Жыл бұрын
Please Post class regularly mam
@ajitsatpute690
@ajitsatpute690 Жыл бұрын
if count
@AmitBhardwaj-d4y
@AmitBhardwaj-d4y 6 ай бұрын
Cute to hai python 😂
@manfredmasiko4444
@manfredmasiko4444 Жыл бұрын
When the condition count < 1 i guess the loop terminates since the condition also is false!
@amitchaurasiya2059
@amitchaurasiya2059 Жыл бұрын
no output wiil come count = 1 while count < 1: print(count) count +=1
@manjunathacirasani3086
@manjunathacirasani3086 9 ай бұрын
1 in else block out from while loop
@indeanlover3365
@indeanlover3365 Жыл бұрын
Mam please start live class 🙏🙏🙏🙏
@johnzubair5999
@johnzubair5999 Жыл бұрын
A/a Mam i have a question ie Number=("1","2","3","5","10") for i in Number: print (i) if i=="3": break else: print("u have done it") Output: 1 2 3 Names = ("ram", "sham", "jam", "tom") for name in Names: print(name) if name == "sham": break else: print("u have done it") ram sham jam tom you have done it Why these two programs showed me different solutions Ie first prog have not worked on else part becoz of break But why 2nd prog have included else part as well . Have a little bit light on it Plz Plz and plz acknowledge here
@fida818
@fida818 Жыл бұрын
@johnzubair5999 May be "else" line will be given in same vertical line of "if"
@johnzubair5999
@johnzubair5999 Жыл бұрын
Thnxx But i have recognized the error of my own It was a little space error Ie like (" Rom") I had left a space after initially double quotes On the bases of which i had an error. Thnxx ounce again for having your precious time over here.
@hasindiweraniyage7747
@hasindiweraniyage7747 Жыл бұрын
Could you please do some videos of C# if possible
@bhautikhirpara007
@bhautikhirpara007 Ай бұрын
sum = 0 num = int(input("enter the number : ")) while num: sum += num print("The sum is :",sum) num = int(input("enter the number : ")) if num
@VISHNUMURALY-f3q
@VISHNUMURALY-f3q 8 ай бұрын
num=int(input("Enter numbers (-1,0 =>Quit the loop):")) sum=0 while True: if num==0 or num ==-1: break sum = sum + num num = int(input("Enter numbers (-1,0 =>Quit the loop):")) else: print('else part') print(f"Sum of positive number {sum}")
@jubinthomas5793
@jubinthomas5793 Күн бұрын
How it come 3 last
@piridinaveen8427
@piridinaveen8427 Жыл бұрын
Good papa
@kxjvlogs6504
@kxjvlogs6504 3 ай бұрын
eyes 👀 .......💗
@Yashmahajan169
@Yashmahajan169 11 ай бұрын
which software r u using to code ??
@chhayasrivastav1861
@chhayasrivastav1861 Ай бұрын
Where to find the notes of this lecture
@sagarfarande8624
@sagarfarande8624 Жыл бұрын
wich are the using application mam in your pc
@sanjaypalanisamy3320
@sanjaypalanisamy3320 Жыл бұрын
❤❤❤
@shivakrishna_varma9658
@shivakrishna_varma9658 Ай бұрын
in else block out from loop
@vk.badshah2198
@vk.badshah2198 Жыл бұрын
Mam please can you take daily live classes on u tube❤❤❤
@girishbv6713
@girishbv6713 Ай бұрын
number=int(input("Enter the Number")) total=0 while number !=0: total=total+number print(total) number = int(input("Enter the Number")) else: print("0 Entered and Loop Successfully Stopped")
@muneebbolo
@muneebbolo 8 ай бұрын
Let’s focus on the while loop example/assignment discussed in the end of video 23:54: The while loop is like a repeating task that continues as long as a certain condition is true. In this case, the condition is number != 0, which means “as long as the number is not equal to 0”. Here’s what happens inside the loop: The program adds the number you entered to the total: total = total + number. This is like saying “increase the total by the number”. Then it asks you to enter another number: number = int(input('Enter a number(0 to quit): ')). This is the same as the first time it asked you to enter a number. Now, the program checks the while condition again. If the number you entered is not 0, it goes back to step 1. If the number is 0, it stops the loop. So, the while loop is a way for the program to keep asking for numbers and adding them to the total, until you enter 0 to stop it. It’s like a cycle: “ask for a number, add it to the total, ask for another number, add it to the total, and so on, until the number is 0”. I hope this helps clarify the role of the while loop in the code! 😊
@piridinaveen8427
@piridinaveen8427 Жыл бұрын
😊
@MounikaJana-on1ic
@MounikaJana-on1ic 3 ай бұрын
In else block Out from foop
@DivyaKarike
@DivyaKarike 2 ай бұрын
I love love you mam ❤
@manpreetsingh2156
@manpreetsingh2156 Жыл бұрын
in else block out form the loop
@anybodycancook6644
@anybodycancook6644 9 ай бұрын
number = int(input("enter a number : ")) count = 0 while number != 0 : count += number number = int(input("enter a number (if quit enter 0 ) : ")) print(f"total sum of number you entered is : {count}" )
@aayankarana758
@aayankarana758 Жыл бұрын
Mam plz take a java class🙏🙏🙏
@Furious_footballs
@Furious_footballs 7 ай бұрын
In else block Out from loop
@paavaneep6645
@paavaneep6645 Жыл бұрын
1st comment ❤😊
@subho01717
@subho01717 Жыл бұрын
You are awesome
@Hello-qs6dq
@Hello-qs6dq Жыл бұрын
DSA sikhne ke liye kon se math topics aane chahiye video
@sanaprathibha9489
@sanaprathibha9489 Жыл бұрын
Hi mam please do c++ clasess mam
@thethemeofvoyage2822
@thethemeofvoyage2822 Жыл бұрын
Meri Favourite Jenny mam .. I have one doubt?? Plz. Answer To Me Mam Why You couldn't Teach About Theory of computation?? Plz..Mam Its A One The Complex Subject I Literally Till Not Find A Better And Best Teacher To Teach This..Plz..Try To Upload Mam... Atleast some Important Topics plz..Mam.. Accept My Request..And Answer Me Mam plz. Mam
@webseriesworld3293
@webseriesworld3293 Жыл бұрын
Mam.. please Complete C++ course Humble request to you mam please
@masti3320
@masti3320 Жыл бұрын
C loop define mam
@ramanaumashankar475
@ramanaumashankar475 Жыл бұрын
in else block Out of else block
@Nkkotwar
@Nkkotwar 11 ай бұрын
Beutiful mem
@uvraju
@uvraju Жыл бұрын
I ❤ you
@vitlab-z9p
@vitlab-z9p Жыл бұрын
you are cute and your teaching was good 😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘
@SHASHIRANJANKUMAR-y9q
@SHASHIRANJANKUMAR-y9q Жыл бұрын
Hello mam🎉🎉
@RanjithKumar-d5n
@RanjithKumar-d5n 10 ай бұрын
why madam you are using whileTrue cna u explain again
@shubhamkulkarni1202
@shubhamkulkarni1202 5 ай бұрын
ba student hu bhai
@shivamkataria4680
@shivamkataria4680 9 ай бұрын
Kuch hi kaho mam cute toh hai ❤
@LoguLogu-o3d
@LoguLogu-o3d Жыл бұрын
Hi
@PiyushGupta-yd9pz
@PiyushGupta-yd9pz Жыл бұрын
Maim please talk in hindi
@shahzaibali-bi2ne
@shahzaibali-bi2ne 3 ай бұрын
Kitni galtayi karni hu ma😂
@Nkkotwar
@Nkkotwar 11 ай бұрын
Muje english ni aati Pata ni kaha chali jati
@anasajmal704
@anasajmal704 Жыл бұрын
ist
@srakib5591
@srakib5591 Жыл бұрын
when I see there is a female teacher ,then i click the video but what is she saying ,I cannot understand anything🙂🙂🙂🙂
@maxmoviezs
@maxmoviezs Жыл бұрын
Are you married or not ❤❤❤❤❤
@EzeaMichael
@EzeaMichael 3 ай бұрын
Jenny, everything about you is excellent. your method of teaching, your beauty and everything is charming. please, are you still single?
@ParalaSandeep-xt9nu
@ParalaSandeep-xt9nu Жыл бұрын
Mam!!! Your insta ID
@1n_only_flexy
@1n_only_flexy Жыл бұрын
Are padhele bhai😂
For Loop in Python | Python Tutorials for Beginners #lec42
19:42
Jenny's Lectures CS IT
Рет қаралды 163 М.
How Strong is Tin Foil? 💪
00:26
Preston
Рет қаралды 147 МЛН
РОДИТЕЛИ НА ШКОЛЬНОМ ПРАЗДНИКЕ
01:00
SIDELNIKOVVV
Рет қаралды 3,2 МЛН
Inside Out 2: ENVY & DISGUST STOLE JOY's DRINKS!!
00:32
AnythingAlexia
Рет қаралды 14 МЛН
Sets in Python | Python Tutorials for Beginners #lec41 Part1
16:00
Jenny's Lectures CS IT
Рет қаралды 77 М.
#20 Python Tutorial for Beginners | While Loop in Python
12:43
Telusko
Рет қаралды 1,6 МЛН
While loops in Python are easy ♾️
6:58
Bro Code
Рет қаралды 373 М.
For loops in Python are easy 🔁
5:06
Bro Code
Рет қаралды 327 М.
Nested for Loop in Python
9:29
Neso Academy
Рет қаралды 23 М.
Nested List in Python | Python Tutorials for Beginners #lec37
11:06
Jenny's Lectures CS IT
Рет қаралды 83 М.