Logical Operators in Python (Hindi)

preview_player
Показать описание
Logical Operators in Python



Check Out Our Other Playlists:

SUBSCRIBE to Learn Programming Language !

Learn more about subject:

________________________________________________

If you found this video valuable, give it a like.
If you know someone who needs to see it, share it.
If you have questions ask below in comment section.
Add it to a playlist if you want to watch it later.
________________________________________________

T A L K W I T H M E !
_______________________________________________

Make sure you LIKE, SUBSCRIBE, COMMENT, and REQUEST A VIDEO! :)
_______________________________________________
Рекомендации по теме
Комментарии
Автор

Thank you very much sir. When you teach I feel like I am in the classroom. Keep making video. God bless you.

codewithravi
Автор

I like the way you teach...My all the doubts are clear...Thank you so much...

juliburman
Автор

for better understanding, I found one thing to remember. 0 as false and 1 is true. Jab hum 0 se kisiko multiply kartein hai to sab 0 ho jata hai. yahi mujhe dimag mein aya. to true+false= false like that.

amazingscenes
Автор

No, it is really important and your teaching way is so easy to understand.Thank you🌹🌹🌹🌹

HidayatAllah-ytyb
Автор

sir ap bhut axa samjhty h thanks soo much

vikassingh
Автор

Thank you for the fantastic video. The video was very educative

What would be the output below and why, what is the logic:

#Operator 'and'
a = 40
b= 30
z=-30 and a>20 and 0 and 35
print(z)

based on my understanding of your video, I have put my summary:



#'and' operator:
#In an True instance combined with several expressions post it, the value returned will be the last of the expressions or first from right
#In an False instance combined with several expressions post it, the value returned will be the 'False' itself. All expressions post 'False' will be ignored

#'or' operator:
#In an True instance combined with several expressions post it, the value returned will be the 'True' itself. All expressions post 'False' will be ignored
#In an False instance combined with several expressions post it, the value returned will be the first expression (remaining expressions will be ignored)

kdpr
Автор

Absolutely fantastic video. Can you make a video with an example on below point.

> When using both 'and' and 'or' in the same test expression, parentheses should be used to make the order of evaluation explicit. Mostly in practical coding we have to use such type of scenario. It is important to understand when we have multiple expression connected with 'and' and 'or' and fall under parenthesis.

easydrafting
Автор

thank you so much sir, when I listen your videos I feel like I am in the classroom, keep it up

truevideos
Автор

Oh really nice and well explained thanks a lot sir....

krrisharyansatish
Автор

maine to sir logical operator ke definition dkhne the .thanku sir

sushantbhatia
Автор

!! Hare Krishna !!
Sir please create boolean's all topics playlist !!! Very much confusing!!!!

shrijiyaduvanshi
Автор

Sir please create videos on python shell..

ngeluv_