Python Flow Control Youtube Live Strem by Durga Sir@1:00PM

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Thank you so much, Sir!!!
This lecture is so descriptive and well understanding ...
It's helping me a lot ...!!

mssuraj
Автор

Excellent class sir and thank you so much sir.

anushak
Автор

I'm getting better each day. Thanks to you sir.

hermanmokgope
Автор

Great session sir 🙏🙏🙏🙏🙏🙏🙏🙏🙏
Maravalous clear cut explanation.

torq_
Автор

sir your explnation level is super start i love your energy

saikirankasukurthi
Автор

Brand ==KF means children brand ..amazing

Shivamprsp
Автор

for printing prime numbers can we simply write the below code- n=int(input("Enter a number:"))
if n<=1:
print("It is not prime number")
else:
for i in range(2, n):
if n%i==0:
print("It is composite number")
break
else:
print("It is prime number")

instead of using any variable(is_prime=True), if its necessary then what is the difference between the two codes?

txiejlp
Автор

Sir you forgot to use int( ) typecast in white board demo of printing digit to word example.

gyanaranjandash
Автор

Dear Durga Sir...
Your way of teaching is osoum..💓..
Ech and every concept you explain in delicious way...
Thanks Thanks a lot Sir...🙇
Please upload videos of function.

omkarpasalkar
Автор

kindly share numerical to word conversion program

vquqrnq
Автор

'sunny leone' sir you are too funny

sameerabanu
Автор

After flow control which concept u covered sir please answer me

beerambhuvana
Автор

Control statement and flow control both same ?

Sk-hlsn
Автор

I want full python course videos. How to get it

navediqbal
Автор

SIR I WANT TO LEARN TOATL PYTHON FROM BASIC TO ADVANCE PROFESSIONAL IN YOUTUBE FOR FREE

chandupcs