Hi bhuwan Thanks for your interest towards our channel and share my sessions with your friends and keep following our channel and don't forget to subscribe to our channel.
Student 3 subject mark's calculated total marks and avgmarks display result? Fail(if any one subject mark's in =60 Second class avgmarks between 50 to 59 Third class avgmarks between 35 to 49 pls explain this program sir pls
if we have to take a input and judge them on the bases of the input we receive - if the valuer is integer then print its an integer , if value is float then print its a float value and if the input is string them asking them "as pls input an integer or float value". how to solve this issue.
Hi Sir, I am useing your program of "LARGEST AMONG THREE NUMBE" and entered values as mention below.. understood that, i should put one condition for my given value but following your program. i am getting "b is large"... could you please explain this... how python working here.. program value output: Enter value of a= 4 Enter value of b= 4 Enter value of c= 2 b is large
hi If is a true block so we have to write the condition in IF block only and we should not write any condition in ELSE block. If you want to check one more condition in the false block then we have to wirte ELIF (else if in C language). Ex: RELATION BETWEEN TWO VARIABLES if(a==b) print("a and b are equal") elif(a>b) print("a is greater than b") else print("a is smaller than b") Hope your doubt has been clarified.
@@sundeepsaradhi sir the example of nested if is wrong i feel, inclusion of elif changes the approach, it should be else: if(b>c): print("b is large") else: print(c is large") that should be the logic for title "largest of three numbers. Please let me know whats right
Hi Vivek Thank you very much Thanks for your interest towards our channel and share my sessions with your friends and keep following our channel and don't forget to subscribe to our channel.
Best teacher I have ever seen ,Im thankful to u 4 providing these lectures free of cost sir.
Simply exceptional 👏
the way u teach tells us how passionate you are to share knowledge. Great teaching sir ,Thank you so much sir.
we are blessed to have a teacher like you Sir.
Really ur best teacher ever sir!!.. Clearly explaining each ad every concept.
I love the way you explain these concepts... Thank you.
best session ever explaining every bit thank you
Great teaching sir...keep smiling and God bless you 🙏
Nice explanation.. sir keep it upload all the teaching vidios
thanks sir god bless u add all video fastly sir thanku
Hi bhuwan
Thanks for your interest towards our channel and share my sessions with your friends and keep following our channel and don't forget to subscribe to our channel.
sir,it would be very kind of you if you add a series on oop concept in python.Your videos are great,Thank you sir.
Thanks a lot Sir for providing a best quality sessions🙏🏻
Sir u have used if elif else in both nested class example and if elif else will u pls explain it sir
Thank you sir
Your videos are very useful to me
God bless your videos and you
Program ganne vakate execute chaiende
Appudu clarity ga vundade
Dandam swamy🙏🙏🙏
Best teacher I have ever seen
mind blowing explanation
Hello Sandeep sir need your help to set up virtual env in the shell terminal
thank you sir
u r videoes ARE USEFUL TO ME
awesome explanation
really super sandeep
Thank you kind sir!
great explanation
Sir I had a doubt that in nested if we can write multiple elif statements ?
Thank u sir...very useful...
Thank u sir.....respect to u
Sir please do tell some more examples so that the sessions gain more popularity and become some more exiting
Sorry *exciting auto correction heights
Student 3 subject mark's calculated total marks and avgmarks display result? Fail(if any one subject mark's in =60
Second class avgmarks between 50 to 59
Third class avgmarks between 35 to 49 pls explain this program sir pls
Thank you
Thank u so much sir
Create of python program that stimulate point of sale systems
Sandeep sir a small request to u plz teach us about Django as early as early as possible to you as it is most used framework by web developer's
if we have to take a input and judge them on the bases of the input we receive - if the valuer is integer then print its an integer , if value is float then print its a float value and if the input is string them asking them "as pls input an integer or float value". how to solve this issue.
Hi sir you are looking gorgeous sir😍😍
Hi Sir,
I am useing your program of "LARGEST AMONG THREE NUMBE" and entered values as mention below..
understood that, i should put one condition for my given value but following your program. i am getting "b is large"... could you please explain this... how python working here..
program value output:
Enter value of a= 4
Enter value of b= 4
Enter value of c= 2
b is large
Sir could you please help me with NESTED IF WITH SIMPLE THING TO UNDERSTAND EASILY.
Sir..how to find minimum and maximum coordinates of screen in computer graphics
Hey you can use video called TROOJab
blessing
sir you used if-elif-else in both nested and later(if-elif-else) example
S crct
yes we can.......as long as we are following the condition of nested if
Sir Why c is greater when we take all numbers to be same in the example
Sir please explain student marks on 3 subject mark's
Sir, what about switch condition whether we are use or not in python programming
Uma, switch is not there in python and even ‘do-while’ and ‘goto’ concepts are also not applicable
What is the main difference between nested if and if elif else?
•Nested if
More than one if
•If elif else
One if
More than one elif
One else
When we use" # "before any statement? And what does it means
commented out, meaning, it is not executed
sir iterative control statements lectures?
In nested if there is a syntax error
nice
IF is True block n Else is False, what about Elif block? Please explain. Thanks in advance
hi
If is a true block so we have to write the condition in IF block only and we should not write any condition in ELSE block.
If you want to check one more condition in the false block then we have to wirte ELIF (else if in C language).
Ex: RELATION BETWEEN TWO VARIABLES
if(a==b)
print("a and b are equal")
elif(a>b)
print("a is greater than b")
else
print("a is smaller than b")
Hope your doubt has been clarified.
@@sundeepsaradhi thanks for prompt reply. Python is my first language. I don't know C language.
hi
ok no problem
thanks for your interest and support towards our channel. keep sharing and following our channel.
@@sundeepsaradhi sir the example of nested if is wrong i feel, inclusion of elif changes the approach, it should be else:
if(b>c):
print("b is large")
else:
print(c is large")
that should be the logic for title "largest of three numbers.
Please let me know whats right
Nested if example please explain sir
I typed the else if example but it shows syntax error for me
Nested if and also elif example too
Sir how to contact you
sir 69 vedios are enough for python learning sir
Why we are using only lower case letters sir
Because CAPS LOCK IS CLOSED
Help me on this one .....write a
Okay, but take more examples.
Sir I tried to executed "nested if" by using your example ,not getting correct result, can you help me with any suggestion
Please paste the code, I can help you
There is mistake in sirs program in Else part where c is greater in that place elif Hona chahiye
First view😍😍
Hi Vivek
Thank you very much
Thanks for your interest towards our channel and share my sessions with your friends and keep following our channel and don't forget to subscribe to our channel.