ขนาดวิดีโอ: 1280 X 720853 X 480640 X 360
แสดงแผงควบคุมโปรแกรมเล่น
เล่นอัตโนมัติ
เล่นใหม่
thank you cleared my all doubts
glad this video helped you :)
One like is not enuff for this video...salute to you brother
thanks
How this guy has only 2.15 lakh subs he deserves millions of subs people pls get him there :D
Thank you :)
tq u r explanation is a simple way to understand I go through a lot of videos on youtube but ur explanation is ultimate
You are most welcome
@@LearningLad :what to do if i want print row with (-) sign and column with (|) and hypotenous with (/) sign
Thanks for such a easy and clear solution.. I was so confused from last two to three days...thanks alot.
Thank you so muchhhh, very clean and clear explaination
You are welcome!
Nice Explanation Sir
Thank you
Superb Explanation ..!! Please make more practice videos on Python List, Lambda function and comprehension techniques !!
Thanks, will do!
i realize it's pretty off topic but does anyone know a good place to watch new tv shows online ?
bro thank you you made my day
Most welcome
LAD I WAS SOO CONFUSED THANK YOU
most welcome :)
excellent do more videos
do upload videos regulary on python please...
nice
Thanks
Sir i need python programm in hollow patterns
hello sir what to do if i want print row with (-) sign and column with (|) and hypotenous with (/) sign
I have same question
lad can u explain the logic for this
Lad there explain this logic
Please make a more videos on python patterns
sure :)
Why we are providing end functionWhether we will get output without end
default end value is newlinehere we are modifying it otherwise after printing a star next star will be printed in a separate line.you can try the code :)
totalrows=int(input())for rowno in range(1,totalrows+1): for colno in range(1,totalrows+1): if(colno == 1)or(rowno == 1)or(colno ==rowno): print("*",end="") else: print(" ",end="") print()Output*********Coming
How yo get two hallow triangles side by side in python
Print hollow right angle triangle with single loop and string multiplication how to solve this?
cools
why I am getting output as: * *
check your code
im doing everything right but I'm not getting that slope
Zero understanding
thank you cleared my all doubts
glad this video helped you :)
One like is not enuff for this video...salute to you brother
thanks
How this guy has only 2.15 lakh subs he deserves millions of subs people pls get him there :D
Thank you :)
tq
u r explanation is a simple way to understand
I go through a lot of videos on youtube but ur explanation is ultimate
You are most welcome
@@LearningLad :what to do if i want print row with (-) sign and column with (|) and hypotenous with (/) sign
Thanks for such a easy and clear solution.. I was so confused from last two to three days...thanks alot.
You are most welcome
Thank you so muchhhh, very clean and clear explaination
You are welcome!
Nice Explanation Sir
Thank you
Superb Explanation ..!! Please make more practice videos on Python List, Lambda function and comprehension techniques !!
Thanks, will do!
i realize it's pretty off topic but does anyone know a good place to watch new tv shows online ?
bro thank you you made my day
Most welcome
LAD I WAS SOO CONFUSED THANK YOU
most welcome :)
excellent do more videos
do upload videos regulary on python please...
nice
Thanks
Sir i need python programm in hollow patterns
hello sir what to do if i want print row with (-) sign and column with (|) and hypotenous with (/) sign
I have same question
lad can u explain the logic for this
Lad there explain this logic
Please make a more videos on python patterns
sure :)
Why we are providing end function
Whether we will get output without end
default end value is newline
here we are modifying it otherwise after printing a star next star will be printed in a separate line.
you can try the code :)
totalrows=int(input())
for rowno in range(1,totalrows+1):
for colno in range(1,totalrows+1):
if(colno == 1)or(rowno == 1)or(colno ==rowno):
print("*",end="")
else:
print(" ",end="")
print()
Output
*****
*
*
*
*
Coming
How yo get two hallow triangles side by side in python
Print hollow right angle triangle with single loop and string multiplication how to solve this?
cools
why I am getting output as: * *
check your code
im doing everything right but I'm not getting that slope
Zero understanding